mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
save: Report malloc failure in xmlAttrSerializeTxtContent
Flush buffer before checking for errors.
This commit is contained in:
parent
1f18d37798
commit
20fca2bb3d
@ -2407,6 +2407,7 @@ xmlAttrSerializeTxtContent(xmlBufferPtr buf, xmlDocPtr doc,
|
||||
return;
|
||||
out = xmlOutputBufferCreateBuffer(buf, NULL);
|
||||
xmlBufAttrSerializeTxtContent(out, doc, string);
|
||||
xmlOutputBufferFlush(out);
|
||||
if ((out == NULL) || (out->error))
|
||||
xmlFree(xmlBufferDetach(buf));
|
||||
xmlOutputBufferClose(out);
|
||||
|
Loading…
x
Reference in New Issue
Block a user