mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 01:03:04 +00:00 
			
		
		
		
	Disconnect flowgraph when finished
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user