Change-Id: If57184663e6b17b2dc2bc774c50a25071064fe7e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Name: capi-network-wifi-manager
Summary: Network Wi-Fi library in TIZEN C API
-Version: 1.0.13
+Version: 1.0.14
Release: 1
Group: System/Network
License: Apache-2.0
}
if (net_init_profile_info(prof_info) != NET_ERR_NONE) {
WIFI_LOG(WIFI_ERROR, "Failed to init profile");
+ g_free(prof_info);
return;
}
g_strlcpy(prof_info->essid, info->ssid, NET_WLAN_ESSID_LEN);
return false;
}
+ g_free(name);
+
return true;
}