1
0
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:
f4exb 2022-07-23 05:45:18 +02:00
parent 73ecee09e2
commit 6040bab4f9

View File

@ -235,6 +235,7 @@ FileSinkGUI::FileSinkGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseban
FileSinkGUI::~FileSinkGUI()
{
m_fileSink->setMessageQueueToGUI(nullptr);
delete ui;
}