summaryrefslogtreecommitdiffstats
path: root/libhb/decomb.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-09-13 20:13:59 +0000
committerjstebbins <[email protected]>2012-09-13 20:13:59 +0000
commit8329bf01460521587889fd4133f76b32ccf13217 (patch)
treec0758b2c843c05b03ab1ad93857c6045ad7c0a91 /libhb/decomb.c
parentae8dee43bbcd12b5a4a532c7f4f65bf912479428 (diff)
libhb: fix a collection of small memory leaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4963 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/decomb.c')
-rw-r--r--libhb/decomb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/decomb.c b/libhb/decomb.c
index e931db020..c4e5346e4 100644
--- a/libhb/decomb.c
+++ b/libhb/decomb.c
@@ -2470,6 +2470,7 @@ static void hb_decomb_close( hb_filter_object_t * filter )
taskset_fini( &pv->yadif_taskset );
taskset_fini( &pv->decomb_filter_taskset );
+ taskset_fini( &pv->decomb_check_taskset );
if( pv->mode & MODE_FILTER )
{
@@ -2523,6 +2524,8 @@ static void hb_decomb_close( hb_filter_object_t * filter )
if (pv->tmpc) eedi2_aligned_free(pv->tmpc);
}
+ free(pv->block_score);
+
/*
* free memory for yadif structs
*/