From 09b41eea2847bd18806671fb4468a75f969d6ae8 Mon Sep 17 00:00:00 2001 From: Keebum Kim Date: Thu, 27 Jun 2013 11:28:57 +0900 Subject: [PATCH] Modify prevent issue. Change-Id: Ic05555c6ae76599b3fe97d58f3bf21ee33955d98 --- plugin/mms_plugin/MmsPluginDecode.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/plugin/mms_plugin/MmsPluginDecode.cpp b/plugin/mms_plugin/MmsPluginDecode.cpp index 839cee2..eb95ec0 100755 --- a/plugin/mms_plugin/MmsPluginDecode.cpp +++ b/plugin/mms_plugin/MmsPluginDecode.cpp @@ -4436,19 +4436,6 @@ bool MmsReadMsgBody(msg_message_id_t msgID, bool bSavePartsAsTempFiles, bool bRe MSG_END(); return true; -#ifdef __SUPPORT_DRM__ - -RETURN: - - if (pFile != NULL) { - MsgCloseFile(pFile); - pFile = NULL; - } - - return false; - -#endif - __CATCH: MmsInitHeader(); -- 2.7.4