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