summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 28e3edbc..21ed25fd 100755
--- a/src/main.c
+++ b/src/main.c
@@ -765,8 +765,8 @@ int main(int argc, char *argv[])
__connman_wispr_init();
#if !defined TIZEN_EXT
__connman_rfkill_init();
-#endif
__connman_machine_init();
+#endif
g_free(option_config);
g_free(option_device);
@@ -778,8 +778,8 @@ int main(int argc, char *argv[])
g_source_remove(signal);
- __connman_machine_cleanup();
#if !defined TIZEN_EXT
+ __connman_machine_cleanup();
__connman_rfkill_cleanup();
#endif
__connman_wispr_cleanup();