mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 07:13:03 +00:00 
			
		
		
		
	Fix performance inefficiencies detected by Coverity Scan
This commit is contained in:
		| @@ -171,7 +171,7 @@ void FileSourceBase::connect(gr::top_block_sptr top_block) | ||||
|     // VALVE | ||||
|     if (valve()) | ||||
|         { | ||||
|             top_block->connect(input, 0, valve(), 0); | ||||
|             top_block->connect(std::move(input), 0, valve(), 0); | ||||
|             DLOG(INFO) << "connected source to valve"; | ||||
|  | ||||
|             output = valve(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez