summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
Diffstat (limited to 'unit')
-rw-r--r--unit/test-util.c2
1 files changed, 1 insertions, 1 deletions
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);
}