mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pipewire: module-loopback: fix delay buffer memory leak
This commit is contained in:
parent
0227a30bcf
commit
8aaba4fec3
1 changed files with 1 additions and 0 deletions
|
|
@ -672,6 +672,7 @@ static void impl_destroy(struct impl *impl)
|
|||
|
||||
pw_properties_free(impl->capture_props);
|
||||
pw_properties_free(impl->playback_props);
|
||||
free(impl->buffer_data);
|
||||
free(impl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue