mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DecryptScript): dispose of the input stream after decryption is done.
This commit is contained in:
@@ -402,6 +402,7 @@ NextEntry:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
output.Position = 0;
|
output.Position = 0;
|
||||||
|
input.Dispose();
|
||||||
return output;
|
return output;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user