summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2011-01-17 12:26:18 +0200
committerAdam Endrodi <ext-adam.endrodi@nokia.com>2011-01-21 19:43:49 +0200
commit6bb92c78419848602e8a8279971dd73295594e32 (patch)
tree1c4b4ee5393bf5defae6636c0b1822fd20f97673
parent19a474ffdb4a5db50c5f2a603d4cc78c60f6ee65 (diff)
put back the delete removed by 17072e870c66950cb6e7cc299f62f621b93fefd0
- it's not the QObject parent...
-rw-r--r--src/mtexturepixmapitem_egl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtexturepixmapitem_egl.cpp b/src/mtexturepixmapitem_egl.cpp
index 33004b0..5460fe4 100644
--- a/src/mtexturepixmapitem_egl.cpp
+++ b/src/mtexturepixmapitem_egl.cpp
@@ -219,6 +219,7 @@ bool MTexturePixmapItem::isDirectRendered() const
MTexturePixmapItem::~MTexturePixmapItem()
{
cleanup();
+ delete d;
}
void MTexturePixmapItem::initCustomTfp()