Merge branch 'Zosoworld-next' into next

This commit is contained in:
Carles Fernandez 2018-05-05 11:38:57 +02:00
commit eb70662aa2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 0 deletions

View File

@ -154,7 +154,10 @@ rtl_tcp_signal_source_c::rtl_tcp_signal_source_c(const std::string &address,
rtl_tcp_signal_source_c::~rtl_tcp_signal_source_c()
{
boost::mutex::scoped_lock lock(mutex_);
io_service_.stop();
not_empty_.notify_one();
not_full_.notify_one();
}