Fix crash when closing gopher tab during content loading

This commit is contained in:
Tomas Åkesson 2023-04-01 15:51:10 +02:00 committed by Felix Queißner
parent 84c11ed766
commit eecc1d587c
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@ BrowserTab::BrowserTab(MainWindow *mainWindow) : QWidget(nullptr),
BrowserTab::~BrowserTab()
{
this->current_handler->cancelRequest();
delete ui;
}