mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-05 06:46:28 -04:00
avb: free the ringbuffer
This commit is contained in:
parent
f91b98a812
commit
8344117e7b
1 changed files with 2 additions and 0 deletions
|
|
@ -416,6 +416,8 @@ int spa_avb_init(struct state *state, const struct spa_dict *info)
|
|||
|
||||
int spa_avb_clear(struct state *state)
|
||||
{
|
||||
free(state->ringbuffer_data);
|
||||
state->ringbuffer_data = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue