CUETools.Flake/FLACCL: --lax command line setting

This commit is contained in:
Grigory Chudov
2013-06-04 20:44:13 -04:00
parent 1e502ab0b9
commit dd57626b4e
4 changed files with 685 additions and 642 deletions

View File

@@ -373,9 +373,6 @@ namespace CUETools.Codecs.FLACCL
task.Dispose();
openCLProgram.Dispose();
OCLMan.Dispose();
// For some reason, if i move _IO.Close before OCLMan.Dispose,
// interrupting conversion takes many seconds - Delete() just
// hangs somewhere in the vicinity of File.Delete().
_IO.Close();
inited = false;
}