[obs] fix another potential deadlock

This commit is contained in:
Geoffrey McRae 2020-04-25 02:26:34 +10:00
parent cfd8126e5d
commit dcce288a98
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
B1-186-g7a96642498+1
B1-187-gcfd8126e5d+1

View File

@ -199,6 +199,7 @@ static void lgVideoTick(void * data, float seconds)
printf("lgmpClientProcess: %s\n", lgmpStatusString(status));
this->state = STATE_STOPPING;
os_sem_post(this->frameSem);
return;
}