2007-11-05 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / eglib / test / shell.c
index e8cc52b24b243cf5a0365568960f7f412285d14e..9178625397b14cf304a9a607fa59e39f924b7a3b 100644 (file)
@@ -165,6 +165,7 @@ test_shell_argv2 ()
        if (error != NULL)
                return FAILED ("21. error is not null");
 
+       g_strfreev (argv);
        return OK;
 }