mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Whitespace
This commit is contained in:
@@ -3444,10 +3444,12 @@ namespace CUETools.Processor
|
|||||||
(hdcdDecoder as IAudioFilter).AudioDest = null;
|
(hdcdDecoder as IAudioFilter).AudioDest = null;
|
||||||
hdcdDecoder = null;
|
hdcdDecoder = null;
|
||||||
if (audioSource != null)
|
if (audioSource != null)
|
||||||
try { audioSource.Close(); } catch { }
|
try { audioSource.Close(); }
|
||||||
|
catch { }
|
||||||
audioSource = null;
|
audioSource = null;
|
||||||
if (audioDest != null)
|
if (audioDest != null)
|
||||||
try { audioDest.Delete(); } catch { }
|
try { audioDest.Delete(); }
|
||||||
|
catch { }
|
||||||
audioDest = null;
|
audioDest = null;
|
||||||
throw ex;
|
throw ex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user