--- a/javaextensions/wma/sms_cbs/src.s60/csmsplatformservices60impl.cpp Wed Sep 15 12:05:25 2010 +0300
+++ b/javaextensions/wma/sms_cbs/src.s60/csmsplatformservices60impl.cpp Wed Oct 13 14:23:59 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -48,6 +48,7 @@
{
mSmsSendSocket.CancelAll();
mSmsSendSocket.Close();
+ mSocketServer.Close();
delete mSendMessage;
}
delete mMessageParameters;