summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorA-Team <ateam@pad.test.qt.nokia.com>2010-11-26 23:00:20 (GMT)
committerA-Team <ateam@pad.test.qt.nokia.com>2010-11-26 23:00:20 (GMT)
commit6f7d60f5a0ee04c6e2f1cd21968c66f96465d52a (patch)
treed5f717a0c4b251704533fa52c17696257a8475f3 /src/corelib
parent5f70c3d9004765f8f86e3472cf59cfa7677f9163 (diff)
parente923d66d4999117081ae40092a9dbba72d880810 (diff)
downloadQt-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.cpp1
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;
}