mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools: CTDB verification during encoding, CTDB confidence tags
This commit is contained in:
@@ -353,7 +353,6 @@ namespace CUETools.Codecs.FLACCL
|
||||
{
|
||||
if (inited)
|
||||
{
|
||||
_IO.Close();
|
||||
if (task2.frameCount > 0)
|
||||
{
|
||||
if (cpu_tasks != null)
|
||||
@@ -374,6 +373,10 @@ 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user