mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
File Sink: nullify GUI message queue reference in channel in the destructor. Partially fixes #1356
This commit is contained in:
parent
73ecee09e2
commit
6040bab4f9
@ -235,6 +235,7 @@ FileSinkGUI::FileSinkGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseban
|
||||
|
||||
FileSinkGUI::~FileSinkGUI()
|
||||
{
|
||||
m_fileSink->setMessageQueueToGUI(nullptr);
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user