diff options
author | eddyg <[email protected]> | 2009-05-05 21:41:15 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2009-05-05 21:41:15 +0000 |
commit | 046f366e1f748130ae00c8a214b100492a50a394 (patch) | |
tree | b567170ffb012c969f593ddf518ef6b833475399 /libhb/work.c | |
parent | 448b84b84a6a845a6096ba7d2028f38e9717f286 (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.c | 1 |
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++ ) |