Dispose pkgStream.
This commit is contained in:
@@ -137,6 +137,9 @@ namespace OpenRA.FileSystem
|
|||||||
{
|
{
|
||||||
if (pkg != null)
|
if (pkg != null)
|
||||||
pkg.Close();
|
pkg.Close();
|
||||||
|
|
||||||
|
if (pkgStream != null)
|
||||||
|
pkgStream.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user