]> git.sesse.net Git - vlc/blobdiff - bin/winvlc.c
argv is now on the stack, do not free it
[vlc] / bin / winvlc.c
index 43c2e46130f140b4b2d5b5e81d0b89ddb561e643..ef31d988025d756f0d1990ef5e7accd76c1392e2 100644 (file)
@@ -80,7 +80,6 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance,
         libvlc_wait (vlc);
         libvlc_release (vlc);
     }
-    free (argv);
 
     ret = libvlc_exception_raised (&ex);
     libvlc_exception_clear (&ex);