mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05: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(runtime_path);
|
||||||
pa_xfree(escaped_path);
|
dbus_free(escaped_path);
|
||||||
|
|
||||||
return address;
|
return address;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue