fix a leaked disposable

This commit is contained in:
zeromus 2011-03-07 02:54:38 +00:00
parent e1be19c62c
commit 88ec1ed6c7
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ namespace BizHawk.MultiClient
} }
catch catch
{ {
extractor.Dispose();
extractor = null; extractor = null;
archiveItems = null; archiveItems = null;
} }