summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2019-11-15 09:26:17 +0100
committerAleksander Morgado <aleksander@aleksander.es>2019-11-15 10:35:15 +0100
commit288fb2e700cc8963576598324eefc804d7f647d8 (patch)
tree7dc83f47bffd9a9843623063d2c1136f98eb0b49
parent772227506830735d48794726f0ffdaed127c8372 (diff)
cli,modem: avoid using deprecated mm_pco_list_free()
(cherry picked from commit 16f40391595dfd880fc44260a4144d4b5952b429)
-rw-r--r--cli/mmcli-modem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem.c b/cli/mmcli-modem.c
index e6c4a629..32272d81 100644
--- a/cli/mmcli-modem.c
+++ b/cli/mmcli-modem.c
@@ -434,7 +434,7 @@ print_modem_info (void)
mmcli_output_pco_list (pco_list);
g_free (facility_locks);
- mm_pco_list_free (pco_list);
+ g_list_free_full (pco_list, g_object_unref);
}
/* CDMA */