From fd9a205dc455cc2e2ae66e1e7502a54ce5f48983 Mon Sep 17 00:00:00 2001 From: Seunghwan Lee Date: Fri, 26 Apr 2013 16:04:02 +0900 Subject: [PATCH] disable MmsMsg release in RecieveConf in MMS Change-Id: Icfbcbdaca6ac77a3bfb69f3e4ad3c41f0ca7c037 --- plugin/mms_plugin/MmsPluginInternal.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugin/mms_plugin/MmsPluginInternal.cpp b/plugin/mms_plugin/MmsPluginInternal.cpp index f69bcbc..c1ce05d 100755 --- a/plugin/mms_plugin/MmsPluginInternal.cpp +++ b/plugin/mms_plugin/MmsPluginInternal.cpp @@ -373,14 +373,16 @@ void MmsPluginInternal::processSendConf(MSG_MESSAGE_INFO_S *pMsgInfo, mmsTranQEn pMsgInfo->displayTime = curTime; + + MmsInitHeader(); +#if 0 // Not Need Release MmsMsg *pMsg = NULL; MmsPluginStorage::instance()->getMmsMessage(&pMsg); - MmsInitHeader(); #ifdef __SUPPORT_DRM__ MmsReleaseMsgDRMInfo(&pMsg->msgType.drmInfo); #endif MmsReleaseMsgBody(&pMsg->msgBody, pMsg->msgType.type); - +#endif MSG_END(); } -- 2.7.4