From ba4587dd57d8e0cca5a7e42ac63b42d6b13239c2 Mon Sep 17 00:00:00 2001 From: "taesub.kim" Date: Wed, 21 Sep 2016 11:11:16 +0900 Subject: [PATCH] Modified the wifi_ssid_scan routine for sefmentation fault issue Change-Id: Ide59359a01b32f89303fd9555f3874c7dcceb0d1 Signed-off-by: Taesub Kim --- packaging/net-config.spec | 2 +- src/wifi-ssid-scan.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 70871d2..315a25b 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -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 diff --git a/src/wifi-ssid-scan.c b/src/wifi-ssid-scan.c index df0aa0a..e6ba5f4 100755 --- a/src/wifi-ssid-scan.c +++ b/src/wifi-ssid-scan.c @@ -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; } -- 2.7.4