mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
Disconnect flowgraph when finished
This commit is contained in:
parent
616812867f
commit
6f9fafcef0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user