[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:14:02 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Aug 26 18:16:45 2008 +0300| [d6646730e725822a94edf74276470fb5a69bb9b2] | committer: Rémi Denis-Courmont
argv is now on the stack, do not free it
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6646730e725822a94edf74276470fb5a69bb9b2
---
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