mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-20 12:18:34 -05:00
This leads to a crash when the output is stopped, either by clicking the stop button or when exiting OBS studio. This crash is: - intermittent in release builds - reliable for me in debug builds It is held by an `OBSData`, which, if not null, will automatically call `obs_data_release()` on scope exit.