summaryrefslogtreecommitdiffstats
path: root/libhb/muxcommon.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-10-30 18:33:44 +0000
committerjstebbins <[email protected]>2014-10-30 18:33:44 +0000
commitde250bb29afdaa3556a7aaf58132dc17631c09d1 (patch)
treecdfb389499577578789ef25735e63c15c0446c15 /libhb/muxcommon.c
parent38a7c46a2de5edea11db7d49f83c08134fae751e (diff)
muxcommon: fix bitvec leak
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6483 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r--libhb/muxcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c
index a4c3c9cc8..98c67acbe 100644
--- a/libhb/muxcommon.c
+++ b/libhb/muxcommon.c
@@ -444,6 +444,7 @@ static int muxWork( hb_work_object_t * w, hb_buffer_t ** buf_in,
{
mux->done = 1;
hb_unlock( mux->mutex );
+ hb_bitvec_free(&more);
return HB_WORK_DONE;
}
}