1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-26 06:53:14 +00:00

Disconnect flowgraph when finished

This commit is contained in:
Carles Fernandez 2018-04-23 07:41:13 +02:00
parent 616812867f
commit 6f9fafcef0
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -148,6 +148,7 @@ void ControlThread::run()
std::cout << "Stopping GNSS-SDR, please wait!" << std::endl;
flowgraph_->stop();
stop_ = true;
flowgraph_->disconnect();
//Join keyboard thread
#ifdef OLD_BOOST