mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez: free object path
This commit is contained in:
parent
fbaa4ddedd
commit
1246116f06
1 changed files with 2 additions and 1 deletions
|
|
@ -1319,7 +1319,8 @@ static int register_a2dp_endpoint(struct spa_bt_monitor *monitor,
|
||||||
|
|
||||||
dbus_connection_send_with_reply(monitor->conn, m, &call, -1);
|
dbus_connection_send_with_reply(monitor->conn, m, &call, -1);
|
||||||
dbus_pending_call_set_notify(call, register_endpoint_reply, monitor, NULL);
|
dbus_pending_call_set_notify(call, register_endpoint_reply, monitor, NULL);
|
||||||
dbus_message_unref(m);
|
dbus_message_unref(m);
|
||||||
|
free(object_path);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue