mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 19:24:04 +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++;
|
line++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_free (testfile);
|
||||||
|
g_array_free (ucs4, TRUE);
|
||||||
|
g_free (contents);
|
||||||
return exit_status;
|
return exit_status;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user