Dipose the stream properly for decompressed data.
This commit is contained in:
parent
99883c9a5b
commit
31c0351b0b
Binary file not shown.
@ -226,6 +226,7 @@ namespace FirstPlugin
|
|||||||
if (!Directory.Exists(FolerPath))
|
if (!Directory.Exists(FolerPath))
|
||||||
Directory.CreateDirectory(FolerPath);
|
Directory.CreateDirectory(FolerPath);
|
||||||
|
|
||||||
|
block.Dispose();
|
||||||
return stream.getSection((int)Offset, (int)DecompressedSize);
|
return stream.getSection((int)Offset, (int)DecompressedSize);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user