mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
iochannel-test: Fix leaks in test
https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
parent
44bd2ab07e
commit
0a02fd9c52
@ -164,6 +164,9 @@ gint main (gint argc, gchar * argv[])
|
|||||||
g_io_channel_unref(gio_w);
|
g_io_channel_unref(gio_w);
|
||||||
|
|
||||||
test_small_writes ();
|
test_small_writes ();
|
||||||
|
|
||||||
|
g_free (filename);
|
||||||
|
g_string_free (buffer, TRUE);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user