vlc-3.0.17-win32-0b23c96a leaks 4 handles after playing a local video file
vlc-3.0.17-win32-0b23c96a leaks 4 handles after playing a local video file
To reproduce the leak just play several times the attached file and you'll see the handles count increase (the same happen on vlc player and in my own app using libvlc). Having a non stop application using libvlc i have more the 2000 handles after 24 hours and mroe than 6000 handles after 3 days.
No problems at all with VLC 3.0.16
the leak occurs also with video and audio disabled so i guess it's something in the core or in the input modules.
the leak only occurs with video files, do not happen with audio files
investing with procexp i see the leaked handles are 2 of type event and 2 of type threads (maybe a thread handle not closed/freed?)
my os win 10 64 bits 21h2
i hope you can investigate and fix this leak before the final realease of 3.0.17