Fixed rtl_tcp signal source

This commit is contained in:
zosoworld 2018-05-04 19:54:45 +02:00
parent 829c3be34e
commit 79170327ab
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ 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();
}