Oops, forgot to free the pitch bufer
This commit is contained in:
parent
6fd0270621
commit
1ccfd3cc03
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ void celt_encoder_destroy(CELTEncoder *st)
|
||||||
|
|
||||||
celt_free(st->in_mem);
|
celt_free(st->in_mem);
|
||||||
celt_free(st->out_mem);
|
celt_free(st->out_mem);
|
||||||
|
celt_free(st->pitch_buf);
|
||||||
celt_free(st->oldBandE);
|
celt_free(st->oldBandE);
|
||||||
|
|
||||||
celt_free(st->preemph_memE);
|
celt_free(st->preemph_memE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue