From c4b073aa8996a72fa61229a7d7ca06b30e395285 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 20 Dec 2018 19:50:08 -0600 Subject: [PATCH] unit: Update to the new convert_ucs2_to_gsm API --- unit/test-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-util.c b/unit/test-util.c index 09973188..96b95cdc 100644 --- a/unit/test-util.c +++ b/unit/test-util.c @@ -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); }