diff options
author | jstebbins <[email protected]> | 2012-11-30 16:17:17 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-11-30 16:17:17 +0000 |
commit | 37035605b849ada282844a936d106a9042d8a0b2 (patch) | |
tree | 069aab2fe5754475cef70ecac35d482cce67f6e4 /libhb | |
parent | be32ecfd33c88bccf3b009883d6ac536013fadb8 (diff) |
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
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/decomb.c | 1 |
1 files changed, 0 insertions, 1 deletions
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] |