summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2009-08-20 19:10:41 (GMT)
committerShane Kearns <shane.kearns@sosco.com>2009-08-20 19:10:41 (GMT)
commiteffc03daae37f357ce3852b65004b3d8fab3d4a9 (patch)
tree0b2e587591563b9b0bfb641657a180facc9b73d2 /src/corelib
parent4ba5a86f530e93c179c9049d36b2f38595a5ef09 (diff)
downloadQt-effc03daae37f357ce3852b65004b3d8fab3d4a9.zip
Qt-effc03daae37f357ce3852b65004b3d8fab3d4a9.tar.gz
Qt-effc03daae37f357ce3852b65004b3d8fab3d4a9.tar.bz2
Fix errors in commit d4c0be3b
Reviewed-By: jbarron
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qcoreapplication.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcoreapplication.cpp b/src/corelib/kernel/qcoreapplication.cpp
index 88df7ac..74b5140 100644
--- a/src/corelib/kernel/qcoreapplication.cpp
+++ b/src/corelib/kernel/qcoreapplication.cpp
@@ -284,7 +284,9 @@ QCoreApplicationPrivate::QCoreApplicationPrivate(int &aargc, char **aargv)
QCoreApplicationPrivate::~QCoreApplicationPrivate()
{
+#ifdef Q_OS_SYMBIAN
fileServerSession.Close();
+#endif
if (threadData) {
#ifndef QT_NO_THREAD
void *data = &threadData->tls;