mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
Fix typo in signal handler creation check
This commit is contained in:
+1
-1
@@ -1285,7 +1285,7 @@ static inline bool obs_context_data_init_wrap(
|
||||
return false;
|
||||
|
||||
context->signals = signal_handler_create();
|
||||
if (!context)
|
||||
if (!context->signals)
|
||||
return false;
|
||||
|
||||
context->procs = proc_handler_create();
|
||||
|
||||
Reference in New Issue
Block a user