Modified the wifi_ssid_scan routine for sefmentation fault issue 41/88841/1 accepted/tizen/common/20160921.162600 accepted/tizen/ivi/20160922.041852 accepted/tizen/mobile/20160922.045937 accepted/tizen/tv/20160922.041756 accepted/tizen/wearable/20160922.041829 submit/tizen/20160921.055232
authortaesub.kim <taesub.kim@samsung.com>
Wed, 21 Sep 2016 02:11:16 +0000 (11:11 +0900)
committertaesub.kim <taesub.kim@samsung.com>
Wed, 21 Sep 2016 02:11:21 +0000 (11:11 +0900)
Change-Id: Ide59359a01b32f89303fd9555f3874c7dcceb0d1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
packaging/net-config.spec
src/wifi-ssid-scan.c

index 70871d2..315a25b 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.88
+Version:       1.1.89
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
index df0aa0a..e6ba5f4 100755 (executable)
@@ -274,7 +274,6 @@ gboolean wifi_ssid_scan(const char *ssid)
 
        if (netconfig_wifi_get_scanning() == TRUE) {
                DBG("Wi-Fi scan in progress, %s scan will be delayed", scan_ssid);
-               g_free(scan_ssid);
                return TRUE;
        }