mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
dbus-protocol: Print a debug line whenever interfaces are unregistered.
This commit is contained in:
parent
7049b3c5bc
commit
57886ff34a
1 changed files with 2 additions and 0 deletions
|
|
@ -694,6 +694,8 @@ int pa_dbus_protocol_remove_interface(pa_dbus_protocol *p, const char* path, con
|
|||
|
||||
update_introspection(obj_entry);
|
||||
|
||||
pa_log_debug("Interface %s removed from object %s", iface_entry->name, obj_entry->path);
|
||||
|
||||
pa_xfree(iface_entry->name);
|
||||
pa_hashmap_free(iface_entry->method_handlers, method_handler_free_cb, NULL);
|
||||
pa_hashmap_free(iface_entry->property_handlers, property_handler_free_cb, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue