mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
fix crash if .dll not found
This commit is contained in:
@@ -194,7 +194,8 @@ namespace HDCDDotNet
|
||||
#if !MONO
|
||||
if (_decoder != IntPtr.Zero)
|
||||
hdcd_decoder_delete(_decoder);
|
||||
_gch.Free();
|
||||
if (_gch.IsAllocated)
|
||||
_gch.Free();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user