mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pipewire: module-loopback: fix delay buffer memory leak
This commit is contained in:
parent
0c99d37db2
commit
4fd1f88a99
1 changed files with 1 additions and 0 deletions
|
|
@ -592,6 +592,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