From 37035605b849ada282844a936d106a9042d8a0b2 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 30 Nov 2012 16:17:17 +0000 Subject: [PATCH] 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 --- libhb/decomb.c | 1 - 1 file changed, 1 deletion(-) 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] -- 2.40.0