summaryrefslogtreecommitdiffstats
path: root/libhb/muxcommon.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-09-05 23:51:00 +0000
committerjstebbins <[email protected]>2014-09-05 23:51:00 +0000
commit40eb8ca79c9af3748c86f908f3da1bff7231a459 (patch)
tree951b3737f37a45208e3fedd3b3a4e10e32e58cd7 /libhb/muxcommon.c
parent3bc51b0b0a02bda3346277ee3f26a96e6089ee19 (diff)
libhb: plug memory leaks
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6394 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 a555f95c4..a4c3c9cc8 100644
--- a/libhb/muxcommon.c
+++ b/libhb/muxcommon.c
@@ -538,6 +538,7 @@ void muxClose( hb_work_object_t * w )
}
free( track );
}
+ free(mux->track);
hb_unlock( mux->mutex );
hb_lock_close( &mux->mutex );
hb_bitvec_free(&mux->eof);