diff options
author | A-Team <ateam@pad.test.qt.nokia.com> | 2010-11-26 23:00:20 (GMT) |
---|---|---|
committer | A-Team <ateam@pad.test.qt.nokia.com> | 2010-11-26 23:00:20 (GMT) |
commit | 6f7d60f5a0ee04c6e2f1cd21968c66f96465d52a (patch) | |
tree | d5f717a0c4b251704533fa52c17696257a8475f3 /src/corelib | |
parent | 5f70c3d9004765f8f86e3472cf59cfa7677f9163 (diff) | |
parent | e923d66d4999117081ae40092a9dbba72d880810 (diff) | |
download | Qt-6f7d60f5a0ee04c6e2f1cd21968c66f96465d52a.zip Qt-6f7d60f5a0ee04c6e2f1cd21968c66f96465d52a.tar.gz Qt-6f7d60f5a0ee04c6e2f1cd21968c66f96465d52a.tar.bz2 |
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/io/qprocess_symbian.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/io/qprocess_symbian.cpp b/src/corelib/io/qprocess_symbian.cpp index 003e781..5b283a5 100644 --- a/src/corelib/io/qprocess_symbian.cpp +++ b/src/corelib/io/qprocess_symbian.cpp @@ -1050,6 +1050,7 @@ bool QProcessPrivate::startDetached(const QString &program, const QStringList &a newProc->Resume(); newProc->Close(); + delete newProc; return true; } |