mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
dbus: Use correct free function.
This commit is contained in:
parent
a0706e7c84
commit
66f04c3bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ char *pa_get_dbus_address_from_server_type(pa_server_type_t server_type) {
|
|||
}
|
||||
|
||||
pa_xfree(runtime_path);
|
||||
pa_xfree(escaped_path);
|
||||
dbus_free(escaped_path);
|
||||
|
||||
return address;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue