mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-05 23:35:48 +03:00
* 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:
@@ -616,7 +616,9 @@ main(int argc, char **argv)
|
||||
done:
|
||||
xsltCleanupGlobals();
|
||||
xmlCleanupParser();
|
||||
#ifdef WITH_MEM_DEBUG
|
||||
xmlMemoryDump();
|
||||
#endif
|
||||
return(errorno);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user