]> granicus.if.org Git - handbrake/commitdiff
libhb: fix memory leak
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 9 Sep 2016 21:31:26 +0000 (14:31 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 9 Sep 2016 21:33:07 +0000 (14:33 -0700)
code commented out during a debug session got unintentionally committed

libhb/fifo.c

index 42894c7a09aab71f679e5fefe96cd277c9144324..0864962184c56b236720adf98d10f868210ea075 100644 (file)
@@ -307,7 +307,7 @@ void hb_buffer_pool_free( void )
                     free(b->data);
                 }
             }
-            //free( b );
+            free( b );
             count++;
         }
         if ( count )