Initialize the class member - WGID=24569 48/151248/1 accepted/tizen/unified/20170921.072327 submit/tizen/20170920.092331
authorTaesoo Jun <steve.jun@samsung.com>
Wed, 20 Sep 2017 08:31:50 +0000 (17:31 +0900)
committerTaesoo Jun <steve.jun@samsung.com>
Wed, 20 Sep 2017 08:31:50 +0000 (17:31 +0900)
Change-Id: I78811fcacd077c4bd1772e25ba98be669ea1c6c5

src/SEService.cpp

index d0be217..be5a98b 100755 (executable)
@@ -48,7 +48,7 @@ namespace smartcard_service_api
 
        SEService::SEService(void *user_data, serviceConnected handler)
                throw(ErrorIO &, ErrorIllegalParameter &) :
-               SEServiceHelper(), handle(-1), listener(NULL),
+               SEServiceHelper(), handle(-1), context(NULL), listener(NULL),
                event_handler(NULL), event_handler_context(NULL),
                proxy(NULL), version(VERSION)
        {