disable MmsMsg release in RecieveConf in MMS 2.1b_release accepted/tizen_2.1/20130426.150237 submit/tizen_2.1/20130426.145750
authorSeunghwan Lee <sh.cat.lee@samsung.com>
Fri, 26 Apr 2013 07:04:02 +0000 (16:04 +0900)
committerSeunghwan Lee <sh.cat.lee@samsung.com>
Fri, 26 Apr 2013 07:18:06 +0000 (16:18 +0900)
Change-Id: Icfbcbdaca6ac77a3bfb69f3e4ad3c41f0ca7c037

plugin/mms_plugin/MmsPluginInternal.cpp

index f69bcbc..c1ce05d 100755 (executable)
@@ -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();
 }