mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[obs] Fix function call causing crash on lgUpdate
This commit is contained in:
2
obs/lg.c
2
obs/lg.c
@@ -156,7 +156,7 @@ static void deinit(LGPlugin * this)
|
|||||||
case STATE_STOPPING:
|
case STATE_STOPPING:
|
||||||
case STATE_RESTARTING:
|
case STATE_RESTARTING:
|
||||||
this->state = STATE_STOPPING;
|
this->state = STATE_STOPPING;
|
||||||
createThreads(this);
|
waitThreads(this);
|
||||||
this->state = STATE_STOPPED;
|
this->state = STATE_STOPPED;
|
||||||
/* fallthrough */
|
/* fallthrough */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user