]> granicus.if.org Git - handbrake/commitdiff
These calls to free produce double free warnings. It seems that removing the avpictur...
authorsuperdump <robert.swain@gmail.com>
Wed, 29 Aug 2007 14:21:31 +0000 (14:21 +0000)
committersuperdump <robert.swain@gmail.com>
Wed, 29 Aug 2007 14:21:31 +0000 (14:21 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@891 b64f7644-9d1e-0410-96f1-a4d463321fa5

libhb/hb.c

index e90daeb0d151a519f88dc40a196864b3d0ade680..7b75e8511ee26d5acc2ec82c5716808a3361eff3 100644 (file)
@@ -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 );
 }
 
 /**