Open jeremyVignelles opened 6 years ago
AFAIK, for libvlc 3, there are 4 instances of such char*
pointers to explicitly free (see https://github.com/videolan/libvlcsharp/search?q=LibVLCFree&unscoped_q=LibVLCFree)
Thanks for investigating. Based on your libvlcFree: true
, there are :
These are not free'd properly and need to be worked on to avoid memory leak.
Here is an example : https://github.com/videolan/vlc/blob/7d141bf19fa57c79c1deb4617441b5966d8762fc/include/vlc/libvlc_media_player.h#L1156 Do we free that correctly?