mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-26 20:07:51 +02:00
glib/tests/unicode: Cleanup allocated old locale if tests is skipped
This commit is contained in:
@@ -525,6 +525,7 @@ test_turkish_strupdown (void)
|
||||
if (oldlocale == NULL)
|
||||
{
|
||||
g_test_skip ("locale tr_TR not available");
|
||||
g_free (old_lang);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user