サブバナー消去時、ファイル Close 忘れが存在したので修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2859 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2009-06-30 01:23:38 +00:00
parent dbd41a8cc4
commit d0dfee20b1

View File

@ -663,6 +663,7 @@ BOOL NAMUTi_DestroySubBanner(const char* path)
{
return TRUE;
}
FS_CloseFile(file);
pBanner = NAMUT_Alloc( sizeof(TWLSubBannerFile) );
if (!pBanner)