From: Jihoon Jung Date: Wed, 21 Sep 2016 08:55:33 +0000 (+0900) Subject: Fix Svace issue X-Git-Tag: submit/tizen/20160926.041711^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2e881516c727080bb8e4ceb84c99f53c2a5ea68;p=platform%2Fcore%2Fapi%2Fsmartcard.git Fix Svace issue - ID : 98114 Change-Id: I33238d87c4d2ece57872e9806155656a15911a19 --- diff --git a/test/smartcard_unit_test.c b/test/smartcard_unit_test.c index 5bce7f7..be6d9b4 100644 --- a/test/smartcard_unit_test.c +++ b/test/smartcard_unit_test.c @@ -538,7 +538,7 @@ int test_input_callback(void *data) if (ret == SMARTCARD_ERROR_NONE && session != 0) { int i; - unsigned char * pSelectResponse; + unsigned char * pSelectResponse = NULL; ret = smartcard_session_open_logical_channel(session, aid, 12, 0x00, &channel);