fix: Issue where vlc would carsh on rapidly switching though browse tab
- Nov 18, 2024
-
-
Rishabh Garg authored49bed978
-
- Nov 16, 2024
-
-
Rishabh Garg authored
Fixed a crash when rapidly switching to the browse tab. See merge request !1
aa4051fd -
Rishabh Garg authored
Steps to reproduce the issue: 1. Open vlc and navigate though the browse tab and any other tab rapidly This will cause an assert abort due to the mc->rc pointer previously being 0 on creating a ms hold. this fix ensures that the mc->rc pointer is always >0 before holding a media source
4a75ea38
-