mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
(DecryptScript): dispose of the input stream after decryption is done.
This commit is contained in:
parent
4262db76fb
commit
01874b69ae
@ -402,6 +402,7 @@ NextEntry:
|
||||
}
|
||||
}
|
||||
output.Position = 0;
|
||||
input.Dispose();
|
||||
return output;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user