1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

similar to #72663 and #72658, don't memdump unless compiled explicitely

* xsltproc/xsltproc.c: similar to #72663 and #72658, don't memdump
  unless compiled explicitely with memory debugging switched on
* TODO: refreshed a bit
Daniel
This commit is contained in:
Daniel Veillard
2002-03-01 09:15:28 +00:00
parent 248943af4c
commit c0d41a178b
3 changed files with 10 additions and 3 deletions

View File

@@ -616,7 +616,9 @@ main(int argc, char **argv)
done:
xsltCleanupGlobals();
xmlCleanupParser();
#ifdef WITH_MEM_DEBUG
xmlMemoryDump();
#endif
return(errorno);
}