diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.cc | 4 |
1 files changed, 0 insertions, 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 |
