unit: Use sim_app_record_free to avoid memleaks

This commit is contained in:
Denis Kenzior 2018-02-28 11:08:29 -06:00
parent 134b163182
commit 497e38f237
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ static void test_application_entry_decode(void)
g_assert(app[1]->label != NULL);
g_assert(!strcmp(app[1]->label, "MIDPfiles"));
g_slist_free_full(entries, (GDestroyNotify) sim_app_record_free);
g_free(ef_dir);
}