From: Leena Gunda <[email protected]>

Re-creating patch with latest git repo.

Free the network path when removing the network.

---
 gsupplicant/supplicant.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c
index cc32d56..35a0e5a 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);
-- 
1.7.2.2

<<winmail.dat>>

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to