diff options
-rw-r--r-- | cli/mmcli-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c index 40474932..11a7af9c 100644 --- a/cli/mmcli-common.c +++ b/cli/mmcli-common.c @@ -1045,6 +1045,7 @@ mmcli_get_sim_sync (GDBusConnection *connection, } g_list_free_full (modems, g_object_unref); + g_free (modem_uid); g_free (sim_path); if (o_manager) |