unicode-encoding: Fix leaks in test

https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
Stef Walter 2013-11-09 20:52:42 +01:00
parent e8cc0966d4
commit 44bd2ab07e

View File

@ -416,5 +416,8 @@ main (int argc, char **argv)
line++;
}
g_free (testfile);
g_array_free (ucs4, TRUE);
g_free (contents);
return exit_status;
}