]> git.vomp.tv Git - vompclient.git/commitdiff
Future bug fix.
authorChris Tallon <chris@vomp.tv>
Wed, 1 Jun 2022 16:28:08 +0000 (16:28 +0000)
committerChris Tallon <chris@vomp.tv>
Wed, 1 Jun 2022 16:28:08 +0000 (16:28 +0000)
src/omx/omx.cc

index 2c18f3eaab9a0e3eb913826bd4fea130eb5f3679..9f81984d244eeb22d8501c014129f1811479f944 100644 (file)
@@ -156,6 +156,11 @@ void OMX::stopEventsProcessing()
     eventsProcessorCond.notify_one();
     eventsProcessorMutex.unlock();
     eventsProcessorThread.join();
+    // eventsProcessorShutdownNow = false; // This is the fix.
+
+    // But where else triggers the bug?
+
+    abort();
   }
   else
   {