mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: index flags are only used for modules
one flag for the internal extension modules, another flag for the modules we load in pulse server that don't really have a matching pipewire module.
This commit is contained in:
parent
6a2aea8e0a
commit
955e4287ab
4 changed files with 9 additions and 9 deletions
|
|
@ -98,7 +98,7 @@ void module_free(struct module *module)
|
|||
module_emit_destroy(module);
|
||||
|
||||
if (module->idx != SPA_ID_INVALID)
|
||||
pw_map_remove(&impl->modules, module->idx & INDEX_MASK);
|
||||
pw_map_remove(&impl->modules, module->idx & MODULE_INDEX_MASK);
|
||||
|
||||
spa_hook_list_clean(&module->listener_list);
|
||||
pw_work_queue_cancel(impl->work_queue, module, SPA_ID_INVALID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue