From 0dbad990a03753fb6da9f999280e2ad027f4dcc7 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Fri, 9 Sep 2016 14:31:26 -0700 Subject: [PATCH] libhb: fix memory leak code commented out during a debug session got unintentionally committed --- libhb/fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.40.0