unit: Update to the new convert_ucs2_to_gsm API

This commit is contained in:
Denis Kenzior 2018-12-20 19:50:08 -06:00
parent 88ff5d36dd
commit c4b073aa89
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ static void test_unicode_to_gsm(void)
g_assert(verify == gsm_to_unicode_map[i*2]);
g_free(res);
l_free(res);
g_free(back);
g_free(utf8);
}