mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
augmented types supported a number of new bug fixes and documentation
* gentest.py testapi.c: augmented types supported * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new bug fixes and documentation updates. Daniel
This commit is contained in:
@@ -522,6 +522,8 @@ htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) {
|
||||
|
||||
xmlInitParser();
|
||||
|
||||
if ((mem == NULL) || (size == NULL))
|
||||
return;
|
||||
if (cur == NULL) {
|
||||
*mem = NULL;
|
||||
*size = 0;
|
||||
|
Reference in New Issue
Block a user