Skip to content

Commit

Permalink
fix source fail to create crash
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Oct 21, 2024
1 parent 09830db commit 4e3a6d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libobs/obs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3267,6 +3267,7 @@ obs_context_data_init_wrap(struct obs_context_data *context,
context->name = dup_name(name, private);
context->settings = obs_data_newref(settings);
context->hotkey_data = obs_data_newref(hotkey_data);
context->mutex = &obs->data.sources_mutex;
return true;
}

Expand Down

0 comments on commit 4e3a6d2

Please sign in to comment.