mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
FLV: Fix bug
This commit is contained in:
parent
72161a3e65
commit
505e447e1d
|
@ -271,7 +271,13 @@ namespace BililiveRecorder.Flv.Writer
|
|||
if (disposing)
|
||||
{
|
||||
// dispose managed state (managed objects)
|
||||
this.CloseCurrentFileImpl();
|
||||
try
|
||||
{
|
||||
this.CloseCurrentFileImpl();
|
||||
}
|
||||
catch (Exception)
|
||||
{ }
|
||||
|
||||
this.tagWriter.Dispose();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user