mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-23 16:39:16 -04:00
gui: mainwindow: delete idle in destructor
This commit is contained in:
parent
cb6a2633d2
commit
3621734a11
@ -378,6 +378,7 @@ MainWindow::~MainWindow()
|
||||
delete trayIcon;
|
||||
delete trayMenu;
|
||||
// delete notifyMenu; // already deleted by the deletion of trayMenu
|
||||
delete idle;
|
||||
StatisticsWindow::releaseInstance();
|
||||
|
||||
#ifdef MESSENGER_WINDOW
|
||||
|
Loading…
x
Reference in New Issue
Block a user