mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
echo-cancel: Fix memory leak / deinitialization of Adrian AEC
was simply absent Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
c43e885537
commit
bf29c8dcf7
4 changed files with 18 additions and 3 deletions
|
|
@ -28,4 +28,5 @@
|
|||
typedef struct AEC AEC;
|
||||
|
||||
AEC* AEC_init(int RATE, int have_vector);
|
||||
void AEC_done(AEC *a);
|
||||
int AEC_doAEC(AEC *a, int d_, int x_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue