mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(MngFrameDecoder): missing re-throw.
This commit is contained in:
@@ -197,6 +197,7 @@ namespace GameRes.Formats
|
|||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
m_input.Dispose();
|
m_input.Dispose();
|
||||||
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user