[vlc-devel] commit: argv is now on the stack, do not free it ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Aug 26 17:28:42 CEST 2008


vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Aug 26 18:16:45 2008 +0300| [4447efb0dbb41e64daf808103a164a576d5236b2] | committer: Jean-Baptiste Kempf 

argv is now on the stack, do not free it

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4447efb0dbb41e64daf808103a164a576d5236b2
---

 bin/winvlc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/bin/winvlc.c b/bin/winvlc.c
index 43c2e46..ef31d98 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);




More information about the vlc-devel mailing list