mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	PVS-Studio analys fixes: leandvb serious issue
This commit is contained in:
		
							parent
							
								
									06dea9b29f
								
							
						
					
					
						commit
						5d7aa89304
					
				@ -1806,7 +1806,7 @@ struct spectrum : runnable
 | 
				
			|||||||
             pipebuf<float[NFFT]> &_out) : runnable(sch, "spectrum"),
 | 
					             pipebuf<float[NFFT]> &_out) : runnable(sch, "spectrum"),
 | 
				
			||||||
                                           decimation(1048576),
 | 
					                                           decimation(1048576),
 | 
				
			||||||
                                           kavg(0.1),
 | 
					                                           kavg(0.1),
 | 
				
			||||||
                                           decim(1), in(in),
 | 
					                                           decim(1), in(_in),
 | 
				
			||||||
                                           out(_out),
 | 
					                                           out(_out),
 | 
				
			||||||
                                           fft(NFFT),
 | 
					                                           fft(NFFT),
 | 
				
			||||||
                                           avgpower(NULL),
 | 
					                                           avgpower(NULL),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user