Merge pull request #398 from kiwix/fix_delete_twice

Do not delete twice mp_errorDialog.
This commit is contained in:
Matthieu Gautier 2020-04-07 12:37:52 +02:00 committed by GitHub
commit 0f95397a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,6 @@ KiwixApp::~KiwixApp()
delete mp_downloader;
}
delete mp_manager;
delete mp_errorDialog;
delete mp_mainWindow;
}