summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/hb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index e90daeb0d..7b75e8511 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -419,10 +419,6 @@ void hb_get_preview( hb_handle_t * h, hb_title_t * title, int picture,
avpicture_free( &pic_scale );
avpicture_free( &pic_deint );
avpicture_free( &pic_in );
- free( buf1 );
- free( buf2 );
- free( buf3 );
- free( buf4 );
}
/**