Browse Source

argv is now on the stack, do not free it

pull/2/head
Rémi Denis-Courmont 18 years ago
parent
commit
d6646730e7
  1. 1
      bin/winvlc.c

1
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);

Loading…
Cancel
Save