mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
unicode-encoding: Fix leaks in test
https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
@@ -416,5 +416,8 @@ main (int argc, char **argv)
|
||||
line++;
|
||||
}
|
||||
|
||||
g_free (testfile);
|
||||
g_array_free (ucs4, TRUE);
|
||||
g_free (contents);
|
||||
return exit_status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user