[vlc] VLC start/stop
Rick Davis
rickdavisjr at comcast.net
Mon Dec 20 16:59:09 CET 2004
All,
I am creating an interfaceless VLC object. I am seeing a > 2MByte
memory leak using the following start/stop sequence. Am I missing anything?
It also appears to be crashing the heap after shutdown. I am using version
0.7.1.
Command line args passed to VLC_Init are
-vvv --udp-caching 1000 udp://@224.2.1.252:2000
VLC_Create();
VLC_Init(0);
VLC_Play(0);
...playing and now we want to stop
VLC_Die(0);
VLC_Stop(0);
VLC_Destroy(0);
free (argv[0];
free (argv);
free (psz_Args);
--
Rick
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/ To
unsubscribe, please read http://www.videolan.org/support/lists.html
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list