summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxhighlightfilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxhighlightfilter.cpp')
-rw-r--r--src/declarative/fx/qfxhighlightfilter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxhighlightfilter.cpp b/src/declarative/fx/qfxhighlightfilter.cpp
index 2c6fb0a..1671fc6 100644
--- a/src/declarative/fx/qfxhighlightfilter.cpp
+++ b/src/declarative/fx/qfxhighlightfilter.cpp
@@ -114,6 +114,8 @@ QFxHighlightFilter::QFxHighlightFilter(QObject *parent)
QFxHighlightFilter::~QFxHighlightFilter()
{
+ if (!d->url.isEmpty())
+ QFxPixmap::cancelGet(d->url, this);
delete d;
d = 0;
}