diff options
Diffstat (limited to 'cli/mmcli-manager.c')
-rw-r--r-- | cli/mmcli-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-manager.c b/cli/mmcli-manager.c index dac107c9..e1e3c36c 100644 --- a/cli/mmcli-manager.c +++ b/cli/mmcli-manager.c @@ -164,7 +164,7 @@ mmcli_manager_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -184,7 +184,7 @@ context_free (Context *ctx) void mmcli_manager_shutdown (void) { - context_free (ctx); + context_free (); } static void |