aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderInternal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DecoderInternal.cxx')
-rw-r--r--src/DecoderInternal.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/DecoderInternal.cxx b/src/DecoderInternal.cxx
index 92fa7c451..25d9c3f05 100644
--- a/src/DecoderInternal.cxx
+++ b/src/DecoderInternal.cxx
@@ -100,4 +100,6 @@ decoder_flush_chunk(Decoder &decoder)
dc.pipe->Push(decoder.chunk);
decoder.chunk = nullptr;
+
+ dc.client_cond.signal();
}