From dcce288a986f88b8adff99097a57917f6f3cf368 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 25 Apr 2020 02:26:34 +1000 Subject: [PATCH] [obs] fix another potential deadlock --- VERSION | 2 +- obs/lg.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 80f6cbaf..138cdb95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-186-g7a96642498+1 \ No newline at end of file +B1-187-gcfd8126e5d+1 \ No newline at end of file diff --git a/obs/lg.c b/obs/lg.c index 98668f03..346f1281 100644 --- a/obs/lg.c +++ b/obs/lg.c @@ -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; }