mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-23 03:58:56 -04:00
Do not delete twice mp_errorDialog.
The mp_errorDialog is created as a child of mp_mainWindow. It means that is is deleted by mp_mainWindow when we delete it, so we must not delete mp_errorDialog. May fix #123
This commit is contained in:
parent
3c6a8be870
commit
985671211b
@ -107,7 +107,6 @@ KiwixApp::~KiwixApp()
|
||||
delete mp_downloader;
|
||||
}
|
||||
delete mp_manager;
|
||||
delete mp_errorDialog;
|
||||
delete mp_mainWindow;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user