Fix SVACE issue 98800 73/75173/1 accepted/tizen/common/20160617.121927 accepted/tizen/ivi/20160620.024310 accepted/tizen/mobile/20160620.024146 accepted/tizen/tv/20160620.024217 accepted/tizen/wearable/20160620.024242 submit/tizen/20160617.081742
authorYu Jiung <jiung.yu@samsung.com>
Fri, 17 Jun 2016 02:37:17 +0000 (11:37 +0900)
committerYu Jiung <jiung.yu@samsung.com>
Fri, 17 Jun 2016 02:37:30 +0000 (11:37 +0900)
Change-Id: I4f01f47475bdb95c8be5f84d0cfaf9c0e784b20b
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c

index 333cfcb..0bc4e4d 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          wifi-direct-manager
 Summary:       Wi-Fi Direct manger
-Version:       1.2.176
+Version:       1.2.177
 Release:       1
 Group:      Network & Connectivity/Wireless
 License:    Apache-2.0
index b9923bb..5ec3c4d 100755 (executable)
@@ -2284,7 +2284,8 @@ static void _ws_process_service_asp_response(GDBusConnection *connection,
        __WDP_LOG_FUNC_ENTER__;
        GVariantIter *iter = NULL;
        wfd_oem_event_s event;
-       wfd_oem_asp_service_s *service, *tmp;
+       wfd_oem_asp_service_s *service = NULL;
+       wfd_oem_asp_service_s *tmp = NULL;
 
        service = (wfd_oem_asp_service_s *) g_try_malloc0(sizeof(wfd_oem_asp_service_s));
        if (!service) {