patched BroadcastDiscivery and GxsNetTunnel so that they respond faster to shutdown

This commit is contained in:
csoler 2021-01-19 20:44:21 +01:00
parent 5fc3108533
commit 0757b161ba
3 changed files with 14 additions and 5 deletions

View file

@ -377,7 +377,7 @@ MainWindow::~MainWindow()
delete sysTrayStatus;
delete trayIcon;
delete trayMenu;
// delete notifyMenu;
// delete notifyMenu; // already deleted by the deletion of trayMenu
#ifdef MESSENGER_WINDOW
MessengerWindow::releaseInstance();
#endif