From d6646730e725822a94edf74276470fb5a69bb9b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 26 Aug 2008 18:16:45 +0300 Subject: [PATCH] argv is now on the stack, do not free it --- bin/winvlc.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2