mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Remote sink channel: corrected destruction from the GUI
This commit is contained in:
parent
d504b060f9
commit
e98d983bff
@ -145,6 +145,7 @@ RemoteSinkGUI::RemoteSinkGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Bas
|
|||||||
RemoteSinkGUI::~RemoteSinkGUI()
|
RemoteSinkGUI::~RemoteSinkGUI()
|
||||||
{
|
{
|
||||||
m_deviceUISet->removeRxChannelInstance(this);
|
m_deviceUISet->removeRxChannelInstance(this);
|
||||||
|
delete m_remoteSink; // TODO: check this: when the GUI closes it has to delete the demodulator
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user