diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 22:28:51 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-26 22:28:51 (GMT) |
commit | 79d5daab124e98880fe0847c19cad4def672870b (patch) | |
tree | 5ee921766615e73250c73b828f87def462387ccd /src/declarative/fx/qfxitem.cpp | |
parent | aae8756e9f120ecec13e029873aa8402dea04116 (diff) | |
parent | 3d33fb250c4d23b746124b8d1f1a974cdacb48e6 (diff) | |
download | Qt-79d5daab124e98880fe0847c19cad4def672870b.zip Qt-79d5daab124e98880fe0847c19cad4def672870b.tar.gz Qt-79d5daab124e98880fe0847c19cad4def672870b.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 0e781c9..8bdc2de 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -1158,6 +1158,7 @@ QFxItem::~QFxItem() anchor->d_func()->updateOnComplete(); } delete d->_anchorLines; d->_anchorLines = 0; + delete d->_anchors; d->_anchors = 0; } /*! |