iochannel-test: Fix leaks in test

https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
Stef Walter 2013-11-10 10:54:26 +01:00
parent 44bd2ab07e
commit 0a02fd9c52

View File

@ -164,6 +164,9 @@ gint main (gint argc, gchar * argv[])
g_io_channel_unref(gio_w);
test_small_writes ();
g_free (filename);
g_string_free (buffer, TRUE);
return 0;
}