From: Randeep Singh Date: Mon, 9 Mar 2020 08:27:56 +0000 (+0530) Subject: resolved svace issue X-Git-Tag: submit/tizen/20200309.082843^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F227055%2F1;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git resolved svace issue Change-Id: Ia8f05bf60baac48b8690a3e7ea5c2f053622f185 Signed-off-by: Randeep Singh --- diff --git a/plugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp b/plugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp index ecec003..50d4ee4 100755 --- a/plugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp +++ b/plugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp @@ -3127,7 +3127,7 @@ void Sms3gpp2WapPushHandler::wspHeaderDecodeVersion(unsigned long length, unsign void Sms3gpp2WapPushHandler::wspHeaderDecodeDateValue(unsigned long length, unsigned char* data, char** pDecodedString) { time_t lTime; - struct tm* pTMData; + struct tm* pTMData = nullptr; MSG_DEBUG("WspLHeaderDecodeDateValue: \n");