From: RĂ©mi Denis-Courmont Date: Tue, 26 Aug 2008 15:16:45 +0000 (+0300) Subject: argv is now on the stack, do not free it X-Git-Tag: 1.0.0-pre1~3838 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d6646730e725822a94edf74276470fb5a69bb9b2;p=vlc argv is now on the stack, do not free it --- diff --git a/bin/winvlc.c b/bin/winvlc.c index 43c2e46130..ef31d98802 100644 --- a/bin/winvlc.c +++ b/bin/winvlc.c @@ -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);