X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=eglib%2Ftest%2Fshell.c;h=9178625397b14cf304a9a607fa59e39f924b7a3b;hb=efb5ca40eead93a593fd1ddb0fd035ed21774dfa;hp=e8cc52b24b243cf5a0365568960f7f412285d14e;hpb=6914e157a8b1254dcbae4a8e202e3cde6c15836a;p=mono.git diff --git a/eglib/test/shell.c b/eglib/test/shell.c index e8cc52b24b2..9178625397b 100644 --- a/eglib/test/shell.c +++ b/eglib/test/shell.c @@ -165,6 +165,7 @@ test_shell_argv2 () if (error != NULL) return FAILED ("21. error is not null"); + g_strfreev (argv); return OK; }