mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[obs] Fix function call causing crash on lgUpdate
This commit is contained in:
parent
d857b2a36e
commit
7e42e6cdce
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 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user