mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Fix MainWindow Destructor delete order.
This commit is contained in:
parent
7f5f03bcda
commit
a86f409298
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue