1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

applied patch from Steve Ball to avoid a double-free. Daniel

* include/libxml/schemasInternals.h xmlschemas.c: applied patch from
  Steve Ball to avoid a double-free.
Daniel
This commit is contained in:
Daniel Veillard
2004-01-24 08:31:30 +00:00
parent 4773df2a58
commit dda22c15d5
3 changed files with 20 additions and 4 deletions

View File

@@ -379,6 +379,7 @@ struct _xmlSchema {
xmlHashTablePtr groupDecl;
xmlDictPtr dict;
void *includes; /* the includes, this is opaque for now */
int preserve; /* whether to free the document */
};
XMLPUBFUN void XMLCALL xmlSchemaFreeType (xmlSchemaTypePtr type);