[kdbus] Make SipHash function as a private utility function to kdbus
[platform/upstream/glib.git] / 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;
 }