summaryrefslogtreecommitdiffstats
path: root/tests/msgfile/msgfile_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/msgfile/msgfile_test.c')
-rw-r--r--tests/msgfile/msgfile_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/msgfile/msgfile_test.c b/tests/msgfile/msgfile_test.c
index ed7aa978..a9196947 100644
--- a/tests/msgfile/msgfile_test.c
+++ b/tests/msgfile/msgfile_test.c
@@ -45,6 +45,7 @@ int main(int argc, char **argv)
/* todo use msgfile_test.c.in and replace the path */
entries = osmo_config_list_parse(NULL, "msgconfig.cfg");
dump_entries(entries);
+ talloc_free(entries);
return 0;
}