summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authoreddyg <[email protected]>2009-05-05 21:41:15 +0000
committereddyg <[email protected]>2009-05-05 21:41:15 +0000
commit046f366e1f748130ae00c8a214b100492a50a394 (patch)
treeb567170ffb012c969f593ddf518ef6b833475399 /libhb/work.c
parent448b84b84a6a845a6096ba7d2028f38e9717f286 (diff)
Clean up subtitles at end of encode if not consumed and free fifo.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2387 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/work.c b/libhb/work.c
index 6159caf03..0f7c13154 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -861,6 +861,7 @@ cleanup:
{
hb_fifo_close( &subtitle->fifo_in );
hb_fifo_close( &subtitle->fifo_raw );
+ hb_fifo_close( &subtitle->fifo_out );
}
}
for( i = 0; i < hb_list_count( title->list_audio ); i++ )