summaryrefslogtreecommitdiffstats
path: root/libhb/muxcommon.c
diff options
context:
space:
mode:
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);