summaryrefslogtreecommitdiff
path: root/src/corelib/io/qprocess_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qprocess_symbian.cpp')
-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 003e78167f..5b283a57ce 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;
}