mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +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()
|
void IconDownloaderDialog::abortDownloads()
|
||||||
{
|
{
|
||||||
for (auto* downloader : m_activeDownloaders) {
|
for (auto* downloader : m_activeDownloaders) {
|
||||||
delete downloader;
|
downloader->deleteLater();
|
||||||
}
|
}
|
||||||
m_activeDownloaders.clear();
|
m_activeDownloaders.clear();
|
||||||
updateProgressBar();
|
updateProgressBar();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue