aboutsummaryrefslogtreecommitdiffstats
path: root/testRegexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'testRegexp.c')
-rw-r--r--testRegexp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testRegexp.c b/testRegexp.c
index a1d0d270..c0a5cbca 100644
--- a/testRegexp.c
+++ b/testRegexp.c
@@ -140,11 +140,12 @@ int main(int argc, char **argv) {
}
}
}
+ xmlMemoryDump();
if (comp != NULL)
xmlRegFreeRegexp(comp);
}
xmlCleanupParser();
- xmlMemoryDump();
+ /* xmlMemoryDump(); */
return(0);
}