mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-11 15:29:51 -05:00
Fix crash while downloading favicons
This commit is contained in:
parent
c37e2d3d69
commit
e5065a01c8
@ -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…
Reference in New Issue
Block a user