dbus: Use correct free function.

This commit is contained in:
Tanu Kaskinen 2012-03-02 12:02:29 +02:00 committed by Tanu Kaskinen
parent a0706e7c84
commit 66f04c3bdc

View file

@ -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;
}