summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index aec634dc..f36c4f54 100644
--- a/src/main.c
+++ b/src/main.c
@@ -385,7 +385,6 @@ int main(int argc, char *argv[])
__connman_proxy_cleanup();
__connman_task_cleanup();
__connman_rtnl_cleanup();
- __connman_ipconfig_cleanup();
__connman_resolver_cleanup();
__connman_clock_cleanup();
@@ -399,6 +398,7 @@ int main(int argc, char *argv[])
__connman_device_cleanup();
__connman_network_cleanup();
__connman_service_cleanup();
+ __connman_ipconfig_cleanup();
__connman_notifier_cleanup();
__connman_technology_cleanup();