fix a leaked disposable
This commit is contained in:
parent
e1be19c62c
commit
88ec1ed6c7
|
@ -286,6 +286,7 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
catch
|
||||
{
|
||||
extractor.Dispose();
|
||||
extractor = null;
|
||||
archiveItems = null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue