EmuHawk: SharpCompress - null check
This commit is contained in:
parent
ccb9084ae5
commit
a671f10c9b
|
@ -44,7 +44,8 @@ namespace BizHawk.Client.Common
|
|||
catch { }
|
||||
finally
|
||||
{
|
||||
arcTest.Dispose();
|
||||
if (arcTest != null)
|
||||
arcTest.Dispose();
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue