diff options
Diffstat (limited to 'cli/mmcli-bearer.c')
-rw-r--r-- | cli/mmcli-bearer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-bearer.c b/cli/mmcli-bearer.c index 6e239ed4..cae68ea3 100644 --- a/cli/mmcli-bearer.c +++ b/cli/mmcli-bearer.c @@ -108,7 +108,7 @@ mmcli_bearer_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -127,7 +127,7 @@ context_free (Context *ctx) void mmcli_bearer_shutdown (void) { - context_free (ctx); + context_free (); } static void |