mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-04 05:30:32 -05:00 
			
		
		
		
	Fix memleaks
Frees memory allocated in ChannelPowerSink::applyChannelSettings(int, int, bool) /home/daniele/Programmazione/ham/sdrangel/plugins/channelrx/channelpower/channelpowersink.cpp:120
This commit is contained in:
		
							parent
							
								
									8b5a5b7f70
								
							
						
					
					
						commit
						302f99382a
					
				@ -35,6 +35,7 @@ ChannelPowerSink::ChannelPowerSink(ChannelPower *channelPower) :
 | 
			
		||||
 | 
			
		||||
ChannelPowerSink::~ChannelPowerSink()
 | 
			
		||||
{
 | 
			
		||||
    delete m_lowpassFFT;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ChannelPowerSink::feed(const SampleVector::const_iterator& begin, const SampleVector::const_iterator& end)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user