From e91d72f239ee949c7e9fa48b5631d8ec3d282eeb Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Tue, 8 Mar 2016 11:52:24 +0900 Subject: [PATCH] Fixed some svace Tizen 3.0 TV prebeta 34434 34438 Change-Id: Ib014e3d948e13c8092e65fa3da1ee12272c4341b Signed-off-by: hyunuktak --- packaging/net-config.spec | 2 +- src/wifi-eap-config.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/packaging/net-config.spec b/packaging/net-config.spec index 91a9f21..9a72aa5 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.55 +Version: 1.1.56 Release: 2 Group: System/Network License: Apache-2.0 diff --git a/src/wifi-eap-config.c b/src/wifi-eap-config.c index adaa63d..25a2699 100755 --- a/src/wifi-eap-config.c +++ b/src/wifi-eap-config.c @@ -347,12 +347,6 @@ out: g_variant_iter_free(iter); - if (field) - g_free(field); - - if (value) - g_free(value); - g_free(group_name); g_free(encoded_ssid); -- 2.7.4