summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSeunghwan Lee <sh.cat.lee@samsung.com>2013-04-26 16:04:02 +0900
committerSeunghwan Lee <sh.cat.lee@samsung.com>2013-04-26 16:18:06 +0900
commitfd9a205dc455cc2e2ae66e1e7502a54ce5f48983 (patch)
tree5b8d52e9eaf0834d22be5eaa3b5953b50e171dd6 /plugin
parent5bcf8cf3d2f918c9ed34dfa0a57753f065e41043 (diff)
downloadmsg-service-fd9a205dc455cc2e2ae66e1e7502a54ce5f48983.tar.gz
msg-service-fd9a205dc455cc2e2ae66e1e7502a54ce5f48983.tar.bz2
msg-service-fd9a205dc455cc2e2ae66e1e7502a54ce5f48983.zip
Change-Id: Icfbcbdaca6ac77a3bfb69f3e4ad3c41f0ca7c037
Diffstat (limited to 'plugin')
-rwxr-xr-xplugin/mms_plugin/MmsPluginInternal.cpp6
1 files 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();
}