From ce50d9c483639d7a7e62addab3eecba177c80a6a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Thu, 24 Jun 2021 15:53:50 +0200 Subject: mmcli,messaging: fix leak when printing supported storages --- cli/mmcli-modem-messaging.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/mmcli-modem-messaging.c') diff --git a/cli/mmcli-modem-messaging.c b/cli/mmcli-modem-messaging.c index 535cc909..513c6975 100644 --- a/cli/mmcli-modem-messaging.c +++ b/cli/mmcli-modem-messaging.c @@ -215,6 +215,7 @@ print_messaging_status (void) mm_modem_messaging_get_supported_storages (ctx->modem_messaging, &supported, &supported_len); if (supported) supported_str = mm_common_build_sms_storages_string (supported, supported_len); + g_free (supported); mmcli_output_string_take (MMC_F_MESSAGING_SUPPORTED_STORAGES, supported_str); mmcli_output_string (MMC_F_MESSAGING_DEFAULT_STORAGES, mm_sms_storage_get_string ( -- cgit v1.2.3-70-g09d2