shithub: opus

Download patch

ref: 1ccfd3cc03edd1760106f10387dc7cf8c49e308f
parent: 6fd0270621a652484d06fa9d2a1a06721cd13400
author: Jean-Marc Valin <[email protected]>
date: Wed Dec 2 16:07:11 EST 2009

Oops, forgot to free the pitch bufer

--- a/libcelt/celt.c
+++ b/libcelt/celt.c
@@ -231,7 +231,7 @@
    
    celt_free(st->in_mem);
    celt_free(st->out_mem);
-   
+   celt_free(st->pitch_buf);
    celt_free(st->oldBandE);
    
    celt_free(st->preemph_memE);