mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
サブバナー消去時、ファイル Close 忘れが存在したので修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2859 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
dbd41a8cc4
commit
d0dfee20b1
@ -663,6 +663,7 @@ BOOL NAMUTi_DestroySubBanner(const char* path)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
FS_CloseFile(file);
|
||||
|
||||
pBanner = NAMUT_Alloc( sizeof(TWLSubBannerFile) );
|
||||
if (!pBanner)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user