msgfile: Fix memleak in the test and release the list
diff --git a/tests/msgfile/msgfile_test.c b/tests/msgfile/msgfile_test.c
index ed7aa97..a919694 100644
--- a/tests/msgfile/msgfile_test.c
+++ b/tests/msgfile/msgfile_test.c
@@ -45,6 +45,7 @@
 	/* 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;
 }