From: Kyeonghun Lee Date: Tue, 3 May 2016 02:05:32 +0000 (+0900) Subject: fix svace issue X-Git-Tag: submit/tizen/20160510.025026^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38d901707ad2f3da69806b87e90d6b46101ecb1b;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git fix svace issue Change-Id: Iee3c5652692c67ba4634084d1da0393ff438c3b5 Signed-off-by: Kyeonghun Lee --- diff --git a/utils/MsgVMessage.cpp b/utils/MsgVMessage.cpp index f555e85..c03c8d7 100755 --- a/utils/MsgVMessage.cpp +++ b/utils/MsgVMessage.cpp @@ -897,8 +897,8 @@ static inline int __msgsvc_vmsg_append_msg_body(MSG_MESSAGE_INFO_S *pMsg, char * char *msgDate = __msgsvc_vmsg_convert_tm_to_vdata_str(&display_time); if (msgDate !=NULL) { MSGSVC_VMSG_APPEND_STR_FREE(buf, buf_size, len, msgDate); - MSGSVC_VMSG_APPEND_STR(buf, buf_size, len, MSGSVC_CRLF); g_free(msgDate); + MSGSVC_VMSG_APPEND_STR(buf, buf_size, len, MSGSVC_CRLF); } /* Subject: */