From 92a83797f242ac06b6e45e28711d1badee6762fa Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 5 Dec 2020 19:51:51 +0100 Subject: [PATCH 1/1] Remove redundant check. --- src/lib/writer.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 4915fe68d..5198cfb31 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -387,10 +387,6 @@ try LOG_TIMING (N_("writer-wake queue=%1"), _queue.size()); } - if (_finish && _queue.empty()) { - return; - } - /* We stop here if we have been asked to finish, and if either the queue is empty or we do not have a sequenced image at its head (if this is the case we will never terminate as no new frames will be sent once -- 2.30.2