mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-18 06:46:28 -04:00
Merge branch 'master' into 'master'
impl->port: Free capabilities See merge request pipewire/pipewire!2669
This commit is contained in:
commit
f6a3178611
1 changed files with 2 additions and 0 deletions
|
|
@ -1595,6 +1595,8 @@ void pw_impl_port_destroy(struct pw_impl_port *port)
|
||||||
pw_param_clear(&impl->pending_list, SPA_ID_INVALID);
|
pw_param_clear(&impl->pending_list, SPA_ID_INVALID);
|
||||||
free(port->tag[SPA_DIRECTION_INPUT]);
|
free(port->tag[SPA_DIRECTION_INPUT]);
|
||||||
free(port->tag[SPA_DIRECTION_OUTPUT]);
|
free(port->tag[SPA_DIRECTION_OUTPUT]);
|
||||||
|
free(port->cap[SPA_DIRECTION_INPUT]);
|
||||||
|
free(port->cap[SPA_DIRECTION_OUTPUT]);
|
||||||
|
|
||||||
pw_map_clear(&port->mix_port_map);
|
pw_map_clear(&port->mix_port_map);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue