mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 05:20:05 +01:00
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:
parent
9045d2439a
commit
133b82e61a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue