mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user