From e546fc0ae2c76c57c3a0d1cf7b3eb5b37932ce66 Mon Sep 17 00:00:00 2001 From: Leena Gunda Date: Wed, 29 Dec 2010 11:01:08 +0530 Subject: Free gsupplicant network path when removing network --- gsupplicant/supplicant.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gsupplicant') 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); -- cgit v1.2.3