diff --git a/BizHawk.Client.Common/SharpCompressArchiveHandler.cs b/BizHawk.Client.Common/SharpCompressArchiveHandler.cs index 0b55f9afc8..f1f62e8bfb 100644 --- a/BizHawk.Client.Common/SharpCompressArchiveHandler.cs +++ b/BizHawk.Client.Common/SharpCompressArchiveHandler.cs @@ -44,7 +44,8 @@ namespace BizHawk.Client.Common catch { } finally { - arcTest.Dispose(); + if (arcTest != null) + arcTest.Dispose(); } return false;