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
1 changed files with 1 additions and 0 deletions

View File

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