From: Chris Tallon Date: Wed, 1 Jun 2022 16:28:08 +0000 (+0000) Subject: Future bug fix. X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=a8f33bfb334c9f18771986133ce49e1e0411b2b7;p=vompclient.git Future bug fix. --- diff --git a/src/omx/omx.cc b/src/omx/omx.cc index 2c18f3e..9f81984 100644 --- a/src/omx/omx.cc +++ b/src/omx/omx.cc @@ -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 {