mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-25 17:02:22 -04:00
Merge pull request #4210 from fredemmott/decklink-settings-double-free
decklink-ui: fix double free of settings
This commit is contained in:
@@ -68,7 +68,6 @@ void output_start()
|
||||
settings, NULL);
|
||||
|
||||
bool started = obs_output_start(output);
|
||||
obs_data_release(settings);
|
||||
|
||||
main_output_running = started;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user