iochannel-test: Fix leaks in test
authorStef Walter <stefw@gnome.org>
Sun, 10 Nov 2013 09:54:26 +0000 (10:54 +0100)
committerStef Walter <stefw@gnome.org>
Sun, 10 Nov 2013 21:45:04 +0000 (22:45 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711751

tests/iochannel-test.c

index 92fcc34..06a85e5 100644 (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;
 }