m-modem-manager: Don't leak path

Fixes: 2794764d5a (m-modem-manager: add module for tracking status of voice calls)

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
This commit is contained in:
Evangelos Ribeiro Tzaras 2025-11-25 11:09:10 +01:00 committed by George Kiagiadakis
parent 9045d2439a
commit 133b82e61a

View file

@ -213,7 +213,7 @@ list_calls_done (GObject * obj,
g_object_get (wpmm->dbus, "connection", &conn, NULL);
g_variant_get (params, "(ao)", &calls);
while (g_variant_iter_loop (calls, "o", &path)) {
while (g_variant_iter_loop (calls, "&o", &path)) {
g_dbus_proxy_new (conn,
G_DBUS_PROXY_FLAGS_NONE,
NULL,