diff options
Diffstat (limited to 'cli/mmcli-modem-location.c')
-rw-r--r-- | cli/mmcli-modem-location.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-modem-location.c b/cli/mmcli-modem-location.c index 2011bba3..6ef42b7a 100644 --- a/cli/mmcli-modem-location.c +++ b/cli/mmcli-modem-location.c @@ -227,7 +227,7 @@ mmcli_modem_location_options_enabled (void) } static void -context_free (Context *ctx) +context_free (void) { if (!ctx) return; @@ -262,7 +262,7 @@ ensure_modem_location (void) void mmcli_modem_location_shutdown (void) { - context_free (ctx); + context_free (); } static void |