mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Fix crash while downloading favicons
This commit is contained in:
@@ -191,7 +191,7 @@ void IconDownloaderDialog::updateTable(const QString& url, const QString& messag
|
||||
void IconDownloaderDialog::abortDownloads()
|
||||
{
|
||||
for (auto* downloader : m_activeDownloaders) {
|
||||
delete downloader;
|
||||
downloader->deleteLater();
|
||||
}
|
||||
m_activeDownloaders.clear();
|
||||
updateProgressBar();
|
||||
|
||||
Reference in New Issue
Block a user