mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
Merge pull request #956 from xiaoyifang/fix/profile-release
fix: warning about "Release of profile requested but WebEnginePage st…
This commit is contained in:
commit
7421e5d799
|
@ -1116,6 +1116,11 @@ MainWindow::~MainWindow()
|
||||||
delete w;
|
delete w;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( scanPopup ) {
|
||||||
|
delete scanPopup;
|
||||||
|
scanPopup = nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
#ifndef NO_EPWING_SUPPORT
|
#ifndef NO_EPWING_SUPPORT
|
||||||
Epwing::finalize();
|
Epwing::finalize();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue