Oops, forgot to free the pitch bufer

This commit is contained in:
Jean-Marc Valin 2009-12-02 21:07:11 -05:00
parent 6fd0270621
commit 1ccfd3cc03

View file

@ -231,7 +231,7 @@ void celt_encoder_destroy(CELTEncoder *st)
celt_free(st->in_mem);
celt_free(st->out_mem);
celt_free(st->pitch_buf);
celt_free(st->oldBandE);
celt_free(st->preemph_memE);