summaryrefslogtreecommitdiff
path: root/testOOM.c
diff options
context:
space:
mode:
Diffstat (limited to 'testOOM.c')
-rw-r--r--testOOM.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testOOM.c b/testOOM.c
index 217e04af..3cb6b2da 100644
--- a/testOOM.c
+++ b/testOOM.c
@@ -352,14 +352,12 @@ int main(int argc, char **argv) {
if (test_get_malloc_blocks_outstanding () > 0) {
fprintf (stdout, "%d blocks leaked\n",
test_get_malloc_blocks_outstanding ());
- xmlMemoryDump();
return 1;
}
files ++;
}
}
- xmlMemoryDump();
return 0;
}