summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlworkerscript.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-12-08 07:12:42 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-12-08 07:12:42 (GMT)
commit3c34240b013e6bd251b35cd66a59fdabbfe7335f (patch)
treeec50a1fac90ef22a58e7c692375bbbb5f2b98b21 /src/declarative/qml/qmlworkerscript.cpp
parentb6170b833f424e641446d5cec40d2021dcfa2a0a (diff)
parent7cfbd79775692b3acc98cfd39d6a6384f3b59b89 (diff)
downloadQt-3c34240b013e6bd251b35cd66a59fdabbfe7335f.zip
Qt-3c34240b013e6bd251b35cd66a59fdabbfe7335f.tar.gz
Qt-3c34240b013e6bd251b35cd66a59fdabbfe7335f.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlworkerscript.cpp')
-rw-r--r--src/declarative/qml/qmlworkerscript.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlworkerscript.cpp b/src/declarative/qml/qmlworkerscript.cpp
index 5c281bb..a0d6ef0 100644
--- a/src/declarative/qml/qmlworkerscript.cpp
+++ b/src/declarative/qml/qmlworkerscript.cpp
@@ -389,6 +389,7 @@ QmlWorkerScriptEngine::QmlWorkerScriptEngine(QObject *parent)
QmlWorkerScriptEngine::~QmlWorkerScriptEngine()
{
+ qDeleteAll(d->workers);
delete d; d = 0;
}