mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-21 20:58:44 -05:00
Removing the first call to `video_output_stop` prevents the `data_mutex` field in `struct video_output` from being destroyed while still in use. The `render_preview_source` function will call `video_output_lock_frame` upon that mutex and encounter a NULL pointer exception. Co-authored-by: Paul Hindt <paulh@aja.com>