Missing signal of _full_condition mutex.
authorCarl Hetherington <cth@carlh.net>
Fri, 10 Jan 2014 10:56:34 +0000 (10:56 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 Jan 2014 10:56:34 +0000 (10:56 +0000)
src/lib/writer.cc

index b93a26bb05d9340afefe23c43dc5251bf6421745..558eda97e55b97222747616f5bc7b3679fd46e39 100644 (file)
@@ -337,6 +337,8 @@ try
                        qi.encoded.reset ();
                        --_queued_full_in_memory;
                }
+
+               _full_condition.notify_all ();
        }
 }
 catch (...)