summaryrefslogtreecommitdiff
path: root/runsuite.c
diff options
context:
space:
mode:
Diffstat (limited to 'runsuite.c')
-rw-r--r--runsuite.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/runsuite.c b/runsuite.c
index 0880e0a7..750df2a2 100644
--- a/runsuite.c
+++ b/runsuite.c
@@ -522,7 +522,6 @@ xsdTestCase(xmlNodePtr tst) {
if ((mem != xmlMemUsed()) && (extraMemoryFromResolver == 0)) {
test_log("Validation of instance line %ld leaked %d\n",
xmlGetLineNo(tmp), xmlMemUsed() - mem);
- xmlMemoryDump();
nb_leaks++;
}
}
@@ -577,7 +576,6 @@ xsdTestCase(xmlNodePtr tst) {
if ((mem != xmlMemUsed()) && (extraMemoryFromResolver == 0)) {
test_log("Validation of instance line %ld leaked %d\n",
xmlGetLineNo(tmp), xmlMemUsed() - mem);
- xmlMemoryDump();
nb_leaks++;
}
}
@@ -1157,7 +1155,6 @@ main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) {
}
xmlXPathFreeContext(ctxtXPath);
xmlCleanupParser();
- xmlMemoryDump();
if (logfile != NULL)
fclose(logfile);