This commit is contained in:
chudov
2008-12-09 07:25:48 +00:00
parent b5180b8e61
commit e3f461e43c
16 changed files with 1870 additions and 580 deletions

View File

@@ -85,8 +85,10 @@ namespace CUETools.Codecs.LossyWAV
process_this_codec_block();
}
}
if (_lwcdfDest != null)
try { _lwcdfDest.Close(); }
catch { }
if (_audioDest != null) _audioDest.Close();
if (_lwcdfDest != null) _lwcdfDest.Close();
}
public void Write(int[,] buff, uint sampleCount)