mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fix MainWindow Destructor delete order.
This commit is contained in:
parent
7f5f03bcda
commit
a86f409298
@ -376,8 +376,8 @@ MainWindow::~MainWindow()
|
||||
delete toasterDisable;
|
||||
delete sysTrayStatus;
|
||||
delete trayIcon;
|
||||
delete notifyMenu;//notifyMenu belongs to trayMenu
|
||||
delete trayMenu;
|
||||
delete notifyMenu;
|
||||
#ifdef MESSENGER_WINDOW
|
||||
MessengerWindow::releaseInstance();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user