mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
Fixed memory leak reported by Dave Beckett Removed spurious comment
* parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed memory leak reported by Dave Beckett * xmlschemas.c: Removed spurious comment reported on the mailing list * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h: Further work on Bug 129967 concerning xpointer range handling and range-to function; much better, but still not complete
This commit is contained in:
@ -901,15 +901,6 @@ xmlSchemaDump(FILE * output, xmlSchemaPtr schema)
|
||||
* Utilities *
|
||||
* *
|
||||
************************************************************************/
|
||||
/**
|
||||
* numberedString:
|
||||
* @prefix: the string prefix
|
||||
* @number: the number
|
||||
*
|
||||
* Build a new numbered string
|
||||
*
|
||||
* Returns the new string
|
||||
*/
|
||||
|
||||
/**
|
||||
* xmlSchemaGetProp:
|
||||
|
Reference in New Issue
Block a user