diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c index 618e174d0..516c4fcb6 100644 --- a/glib/tests/gdatetime.c +++ b/glib/tests/gdatetime.c @@ -881,6 +881,7 @@ test_non_utf8_printf (void) if (strstr (setlocale (LC_ALL, NULL), "ja_JP") == NULL) { g_test_message ("locale ja_JP.eucjp not available, skipping non-UTF8 tests"); + g_free (oldlocale); return; } diff --git a/glib/tests/hash.c b/glib/tests/hash.c index 492e89fc8..290dc9c1f 100644 --- a/glib/tests/hash.c +++ b/glib/tests/hash.c @@ -942,6 +942,7 @@ test_destroy_modify (void) FakeFreeData *ffd = g_ptr_array_index (fake_free_data, i); g_assert (ffd->freed); + g_free (ffd->string); g_free (ffd); }