mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
client: clear types map in destroy
Change-Id: Ic16063bdf127c3387b027a19f3406b4687372aa5
This commit is contained in:
parent
412249b6ed
commit
cd9a71d7e6
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ void pw_client_destroy(struct pw_client *client)
|
||||||
|
|
||||||
pw_log_debug("client %p: free", impl);
|
pw_log_debug("client %p: free", impl);
|
||||||
pw_map_clear(&client->objects);
|
pw_map_clear(&client->objects);
|
||||||
|
pw_map_clear(&client->types);
|
||||||
|
|
||||||
if (client->properties)
|
if (client->properties)
|
||||||
pw_properties_free(client->properties);
|
pw_properties_free(client->properties);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue