aboutsummaryrefslogtreecommitdiffstats
path: root/xmllint.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-09-05 11:14:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-09-05 11:14:19 +0000
commit19aa70245a694b3e8ae39da27a8c3deb8d32f405 (patch)
treed844b3eeac61014b86342672596a630a05bd3ef2 /xmllint.c
parentec6725e9e7bbaef2c37e9abc4caa530d46b4d5e6 (diff)
downloadandroid_external_libxml2-19aa70245a694b3e8ae39da27a8c3deb8d32f405.tar.gz
android_external_libxml2-19aa70245a694b3e8ae39da27a8c3deb8d32f405.tar.bz2
android_external_libxml2-19aa70245a694b3e8ae39da27a8c3deb8d32f405.zip
memory leak reporting was broken after a change of the preprocessor symbol
* xmllint.c: memory leak reporting was broken after a change of the preprocessor symbol used to activate it. Daniel
Diffstat (limited to 'xmllint.c')
-rw-r--r--xmllint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmllint.c b/xmllint.c
index 859ad086..6ad59604 100644
--- a/xmllint.c
+++ b/xmllint.c
@@ -1286,9 +1286,7 @@ main(int argc, char **argv) {
usage(argv[0]);
}
xmlCleanupParser();
-#ifdef WITH_MEM_DEBUG
xmlMemoryDump();
-#endif
return(progresult);
}