From: jstebbins Date: Fri, 30 Nov 2012 16:17:17 +0000 (+0000) Subject: libhb: fix eedi2 crash in decomb X-Git-Tag: 0.9.9~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37035605b849ada282844a936d106a9042d8a0b2;p=handbrake libhb: fix eedi2 crash in decomb When converting to using tasksets, I missed a free(thread_args_v) that needed to be removed. So we freed a bad pointer when the eedi2 thread closed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5087 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/decomb.c b/libhb/decomb.c index c4e5346e4..c23d45baf 100644 --- a/libhb/decomb.c +++ b/libhb/decomb.c @@ -1078,7 +1078,6 @@ void eedi2_filter_thread( void *thread_args_v ) } taskset_thread_complete( &pv->eedi2_taskset, plane ); - free( thread_args_v ); } // Sets up the input field planes for EEDI2 in pv->eedi_half[SRCPF]