mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-29 00:21:53 -05:00
The use of GetCurrentSceneItem can lead to a race condition between the graphics thread (where this function will be run) and the main UI thread, as both access the scene list model and iterate through its members which can change during iteration (as there is no lock around its access).
68 KiB
68 KiB