mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(MngFrameDecoder): missing re-throw.
This commit is contained in:
parent
4e45160237
commit
6ecdbcb999
@ -197,6 +197,7 @@ namespace GameRes.Formats
|
||||
catch
|
||||
{
|
||||
m_input.Dispose();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user