aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/browsertab.cpp')
-rw-r--r--src/browsertab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browsertab.cpp b/src/browsertab.cpp
index eb879d1..1a1e9ba 100644
--- a/src/browsertab.cpp
+++ b/src/browsertab.cpp
@@ -176,6 +176,7 @@ BrowserTab::BrowserTab(MainWindow *mainWindow) : QWidget(nullptr),
BrowserTab::~BrowserTab()
{
+ this->current_handler->cancelRequest();
delete ui;
}