Index: parser.c =================================================================== RCS file: /cvs/gnome/gnome-xml/parser.c,v retrieving revision 1.353 diff -r1.353 parser.c 12114a12115 > xmlCleanupMemory(); Index: xmlmemory.c =================================================================== RCS file: /cvs/gnome/gnome-xml/xmlmemory.c,v retrieving revision 1.46 diff -r1.46 xmlmemory.c 814a815,828 > * xmlCleanupMemory: > * > * Free up all the memory associated with memorys > */ > void > xmlCleanupMemory(void) { > if (xmlMemInitialized == 0) > return; > > xmlFreeMutex(xmlMemMutex); > xmlMemInitialized = 0; > } > > /** Index: include/libxml/xmlmemory.h =================================================================== RCS file: /cvs/gnome/gnome-xml/include/libxml/xmlmemory.h,v retrieving revision 1.35 diff -r1.35 xmlmemory.h 131a132,136 > /* > * Cleanup of the memory layer. > */ > XMLPUBFUN void XMLCALL > xmlCleanupMemory (void);