Skip to content

Revert "win32: thread: ensure all thread variables from VLC have been deleted"

Steve Lhomme requested to merge robUx4/vlc:dirty-exit into master

We can't really expect the process using libvlc to always exit properly. We don't even do in VLC. So we should not assert when it does (harmless in release builds).

This reverts commit 5f1dd4ca.

Fixes #26205 (closed)

Merge request reports