mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
client-node: remove the tag from the right pool
This commit is contained in:
parent
5cd495c93c
commit
e58fcb95d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1336,7 +1336,7 @@ static void node_free(void *data)
|
|||
|
||||
spa_hook_remove(&impl->node_listener);
|
||||
|
||||
while ((mm = pw_mempool_find_tag(impl->context->pool, tag, sizeof(uint32_t))) != NULL)
|
||||
while ((mm = pw_mempool_find_tag(node->client->pool, tag, sizeof(uint32_t))) != NULL)
|
||||
pw_memmap_free(mm);
|
||||
|
||||
if (this->resource)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue