mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
iochannel-test: Fix leaks in test
https://bugzilla.gnome.org/show_bug.cgi?id=711751
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user