mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-30 03:38:55 -05:00
DSD demod: delete scope vis to fix memory leak
This commit is contained in:
parent
8da0d3a8b4
commit
9162a51f41
@ -319,6 +319,7 @@ DSDDemodGUI::~DSDDemodGUI()
|
|||||||
{
|
{
|
||||||
m_deviceUISet->removeRxChannelInstance(this);
|
m_deviceUISet->removeRxChannelInstance(this);
|
||||||
delete m_dsdDemod; // TODO: check this: when the GUI closes it has to delete the demodulator
|
delete m_dsdDemod; // TODO: check this: when the GUI closes it has to delete the demodulator
|
||||||
|
delete m_scopeVis;
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user