Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "[unit] Fixed memory leak in test-simutil"
This reverts commit c04b14c.

It conflicts with commit f597119 cherry-picked from upstream.
  • Loading branch information
monich committed Feb 5, 2020
1 parent 021db19 commit 0122db0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ofono/unit/test-simutil.c
Expand Up @@ -502,7 +502,6 @@ static void test_application_entry_decode(void)

g_slist_free_full(entries, (GDestroyNotify) sim_app_record_free);
g_free(ef_dir);
g_slist_free_full(entries, (GDestroyNotify) sim_app_record_free);
}

static void test_get_3g_path(void)
Expand Down

0 comments on commit 0122db0

Please sign in to comment.