summaryrefslogtreecommitdiff
path: root/src/icons/webicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/webicon.cpp')
-rw-r--r--src/icons/webicon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/icons/webicon.cpp b/src/icons/webicon.cpp
index 3bcf18f3..1d61027b 100644
--- a/src/icons/webicon.cpp
+++ b/src/icons/webicon.cpp
@@ -119,4 +119,6 @@ void WebIcon::saveIcon(bool b)
// will autodelete itself when done
new IconDownloader(faviconUrl, destUrl, this);
+
+ this->deleteLater();
}