aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/mmcli.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/mmcli.c b/cli/mmcli.c
index 19892cc0..ffbdca9b 100644
--- a/cli/mmcli.c
+++ b/cli/mmcli.c
@@ -160,6 +160,10 @@ main (gint argc, gchar **argv)
g_main_loop_unref (loop);
}
+ if (mmcli_manager_options_enabled ()) {
+ mmcli_manager_shutdown ();
+ }
+
g_object_unref (connection);
return EXIT_SUCCESS;