diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-12-08 07:12:42 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-12-08 07:12:42 (GMT) |
commit | 3c34240b013e6bd251b35cd66a59fdabbfe7335f (patch) | |
tree | ec50a1fac90ef22a58e7c692375bbbb5f2b98b21 /src/declarative/qml/qmlworkerscript.cpp | |
parent | b6170b833f424e641446d5cec40d2021dcfa2a0a (diff) | |
parent | 7cfbd79775692b3acc98cfd39d6a6384f3b59b89 (diff) | |
download | Qt-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.cpp | 1 |
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; } |