msgfile: Fix memleak in the test and release the list

This commit is contained in:
Holger Hans Peter Freyther 2014-08-29 14:19:20 +02:00
parent fb84f325b8
commit 8d950eac9e
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}