Modify prevent issue.
authorKeebum Kim <keebum.kim@samsung.com>
Thu, 27 Jun 2013 02:28:57 +0000 (11:28 +0900)
committerKeebum Kim <keebum.kim@samsung.com>
Thu, 27 Jun 2013 02:28:57 +0000 (11:28 +0900)
Change-Id: Ic05555c6ae76599b3fe97d58f3bf21ee33955d98

plugin/mms_plugin/MmsPluginDecode.cpp

index 839cee2..eb95ec0 100755 (executable)
@@ -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();