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:
Peter Meerwald 2013-02-13 17:26:53 +01:00 committed by Tanu Kaskinen
parent c43e885537
commit bf29c8dcf7
4 changed files with 18 additions and 3 deletions

View file

@ -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_);