mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-01 19:47:39 +03:00
Fix crash while downloading favicons
This commit is contained in:
parent
c37e2d3d69
commit
e5065a01c8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue