mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-28 10:28:38 -04:00
Previous fix attempted to place swap_recurse count in gl_data struct, where it could be unexpectedly memset to 0. Separate member from struct, and make thread-local for additional safety.