mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[obs] Fix function call causing crash on lgUpdate
This commit is contained in:
parent
d857b2a36e
commit
7e42e6cdce
1 changed files with 1 additions and 1 deletions
2
obs/lg.c
2
obs/lg.c
|
@ -156,7 +156,7 @@ static void deinit(LGPlugin * this)
|
|||
case STATE_STOPPING:
|
||||
case STATE_RESTARTING:
|
||||
this->state = STATE_STOPPING;
|
||||
createThreads(this);
|
||||
waitThreads(this);
|
||||
this->state = STATE_STOPPED;
|
||||
/* fallthrough */
|
||||
|
||||
|
|
Loading…
Reference in a new issue