summaryrefslogtreecommitdiffstats
path: root/src/util/profile/test_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/test_parse.c')
-rw-r--r--src/util/profile/test_parse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/profile/test_parse.c b/src/util/profile/test_parse.c
index 0e92fdaeb..346615401 100644
--- a/src/util/profile/test_parse.c
+++ b/src/util/profile/test_parse.c
@@ -51,6 +51,10 @@ int main(argc, argv)
printf("\n\nDebugging dump.\n");
dump_profile(root, 0);
+#if 1
profile_free_node(root);
+#else
+ dump_profile_to_file(root, 0, stdout);
+#endif
return 0;
}