mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
[obs] fix another potential deadlock
This commit is contained in:
parent
cfd8126e5d
commit
dcce288a98
1
obs/lg.c
1
obs/lg.c
@ -199,6 +199,7 @@ static void lgVideoTick(void * data, float seconds)
|
|||||||
|
|
||||||
printf("lgmpClientProcess: %s\n", lgmpStatusString(status));
|
printf("lgmpClientProcess: %s\n", lgmpStatusString(status));
|
||||||
this->state = STATE_STOPPING;
|
this->state = STATE_STOPPING;
|
||||||
|
os_sem_post(this->frameSem);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user