mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[obs] fix another potential deadlock
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user