summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-rw-r--r--libhb/fifo.c2
1 files changed, 1 insertions, 1 deletions
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 )