Dispose pkgStream.

This commit is contained in:
Matthias Mailänder
2016-07-03 10:26:56 +02:00
parent 8590be5f74
commit 96d9a01f76

View File

@@ -137,6 +137,9 @@ namespace OpenRA.FileSystem
{
if (pkg != null)
pkg.Close();
if (pkgStream != null)
pkgStream.Dispose();
}
}