summaryrefslogtreecommitdiffstats
path: root/src/graphicsitems/qximagebase_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsitems/qximagebase_p_p.h')
-rw-r--r--src/graphicsitems/qximagebase_p_p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphicsitems/qximagebase_p_p.h b/src/graphicsitems/qximagebase_p_p.h
index 9e5f12a..ab6b49b 100644
--- a/src/graphicsitems/qximagebase_p_p.h
+++ b/src/graphicsitems/qximagebase_p_p.h
@@ -73,6 +73,11 @@ public:
{
}
+ ~QxImageBasePrivate()
+ {
+ delete texture;
+ }
+
QDeclarativePixmap pix;
QxImageBase::Status status;
QUrl url;