mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 18:43:28 -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()
|
ChannelPowerSink::~ChannelPowerSink()
|
||||||
{
|
{
|
||||||
|
delete m_lowpassFFT;
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChannelPowerSink::feed(const SampleVector::const_iterator& begin, const SampleVector::const_iterator& end)
|
void ChannelPowerSink::feed(const SampleVector::const_iterator& begin, const SampleVector::const_iterator& end)
|
||||||
|
Loading…
Reference in New Issue
Block a user