summaryrefslogtreecommitdiff
path: root/gsupplicant
diff options
context:
space:
mode:
authorLeena Gunda <leena.gunda@wipro.com>2010-12-29 11:01:08 +0530
committerMarcel Holtmann <marcel@holtmann.org>2010-12-28 23:08:55 -0800
commite546fc0ae2c76c57c3a0d1cf7b3eb5b37932ce66 (patch)
tree2b812848fbf270839a1039a82140ee269dd90810 /gsupplicant
parentf8ad37fc5beab0ffedcbc98de7dad4953e6c2701 (diff)
downloadconnman-e546fc0ae2c76c57c3a0d1cf7b3eb5b37932ce66.tar.gz
connman-e546fc0ae2c76c57c3a0d1cf7b3eb5b37932ce66.tar.bz2
connman-e546fc0ae2c76c57c3a0d1cf7b3eb5b37932ce66.zip
Free gsupplicant network path when removing network
Diffstat (limited to 'gsupplicant')
-rw-r--r--gsupplicant/supplicant.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c
index cc32d569..35a0e5a4 100644
--- a/gsupplicant/supplicant.c
+++ b/gsupplicant/supplicant.c
@@ -423,6 +423,7 @@ static void remove_network(gpointer data)
g_hash_table_destroy(network->config_table);
+ g_free(network->path);
g_free(network->group);
g_free(network->name);
g_free(network);