[kdbus] Update kdbus interface header (commit: c34e65633b4e)
[platform/upstream/glib.git] / tests / unicode-encoding.c
index a231f10..75c982e 100644 (file)
@@ -416,5 +416,8 @@ main (int argc, char **argv)
       line++;
     }
 
+  g_free (testfile);
+  g_array_free (ucs4, TRUE);
+  g_free (contents);
   return exit_status;
 }