From: Daniel Wagner <[email protected]>
__connman_dhcp_cleanup() is called early in the shutdown process
(before device or network).
---
src/dhcp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/dhcp.c b/src/dhcp.c
index 20fc599..195e95e 100644
--- a/src/dhcp.c
+++ b/src/dhcp.c
@@ -479,4 +479,5 @@ void __connman_dhcp_cleanup(void)
DBG("");
g_hash_table_destroy(network_table);
+ network_table = NULL;
}
--
1.7.6
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman