summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandeep Singh <randeep.s@samsung.com>2020-03-09 08:28:33 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2020-03-09 08:28:33 +0000
commit9bf75fbe172e4651347411ef519544ce3f8acac7 (patch)
treea91118be02b74ebec08c19ddba6f1446d5ece36c
parentb7edad1d52ca646f3f9c92f741f65d70342e4501 (diff)
parent84855de5a076c113f89f07ebbb53402b13536983 (diff)
downloadmsg-service-9bf75fbe172e4651347411ef519544ce3f8acac7.tar.gz
msg-service-9bf75fbe172e4651347411ef519544ce3f8acac7.tar.bz2
msg-service-9bf75fbe172e4651347411ef519544ce3f8acac7.zip
Merge "resolved svace issue" into tizen
-rwxr-xr-xplugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp b/plugin/sms_plugin/3gpp2/Sms3gpp2WapPushHandler.cpp
index f8a3e13..7bcbb44 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");