Move checksum tests to the test framework
[platform/upstream/glib.git] / tests / shell-test.c
index 3762cb4..437f20e 100644 (file)
@@ -161,6 +161,7 @@ do_argv_test (const gchar *cmdline, const TestResult *result)
       fprintf (stderr, "argv didn't get NULL-terminated\n");
       exit (1);
     }
+  g_strfreev (argv);
 }
 
 static void