mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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;
|
||||
}
|
||||
|
||||
if ( scanPopup ) {
|
||||
delete scanPopup;
|
||||
scanPopup = nullptr;
|
||||
}
|
||||
|
||||
#ifndef NO_EPWING_SUPPORT
|
||||
Epwing::finalize();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue