mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 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
@ -165,5 +165,8 @@ gint main (gint argc, gchar * argv[])
|
|||||||
|
|
||||||
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