X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdata%2Fdecodesignal.cpp;h=9b9e6c3c05072795d2751e0f2169c405ba93927d;hp=8bdad1097af99c654779f5a8c48f0d05d77d4e4d;hb=b8132c767bde604907152e68d85e703078809be8;hpb=eee3eab96253315b2a3dc04ffa7051a8ec963c32 diff --git a/pv/data/decodesignal.cpp b/pv/data/decodesignal.cpp index 8bdad109..9b9e6c3c 100644 --- a/pv/data/decodesignal.cpp +++ b/pv/data/decodesignal.cpp @@ -744,11 +744,6 @@ void DecodeSignal::logic_mux_proc() logic_mux_cond_.wait(logic_mux_lock); } } while (!logic_mux_interrupt_); - - // No more input data and session is stopped, let the decode thread - // process any pending data, terminate and release the global SRD mutex - // in order to let other decoders run - decode_input_cond_.notify_one(); } void DecodeSignal::query_input_metadata()