From: John Stebbins Date: Fri, 9 Sep 2016 21:31:26 +0000 (-0700) Subject: libhb: fix memory leak X-Git-Tag: 1.0.0~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0dbad990a03753fb6da9f999280e2ad027f4dcc7;p=handbrake libhb: fix memory leak code commented out during a debug session got unintentionally committed --- diff --git a/libhb/fifo.c b/libhb/fifo.c index 42894c7a0..086496218 100644 --- a/libhb/fifo.c +++ b/libhb/fifo.c @@ -307,7 +307,7 @@ void hb_buffer_pool_free( void ) free(b->data); } } - //free( b ); + free( b ); count++; } if ( count )