Skip to content

Commit

Permalink
qt: Release WebEngineProfile after WebEnginePage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Mazzotta committed Jan 11, 2025
1 parent 4018e3b commit 3108564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfortivpn-webview-qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ MainWindow::MainWindow(const bool keepOpen,
MainWindow::~MainWindow()
{
delete webEngine;
delete webEngineProfile;
delete webEnginePage;
delete webEngineProfile;
}

void MainWindow::loadUrl(const QString &url)
Expand Down

0 comments on commit 3108564

Please sign in to comment.