add comment.

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1644 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
sato_masaki 2008-06-17 22:15:22 +00:00
parent 86abfc34b1
commit a57e696432

View File

@ -10,9 +10,9 @@
not be disclosed to third parties or copied or duplicated in any form, not be disclosed to third parties or copied or duplicated in any form,
in whole or in part, without the prior written consent of Nintendo. in whole or in part, without the prior written consent of Nintendo.
$Date:: 2008-02-15#$ $Date$
$Rev: 677 $ $Rev$
$Author: sato_masaki $ $Author$
*---------------------------------------------------------------------------*/ *---------------------------------------------------------------------------*/
#include <twl.h> #include <twl.h>
#include <twl/nam.h> #include <twl/nam.h>
@ -582,6 +582,8 @@ BOOL InstallWlanFirmware( BOOL isHotStartWLFirm )
/* ƒGƒ‰<C692>[<5B>ˆ<CB86> */ /* ƒGƒ‰<C692>[<5B>ˆ<CB86> */
instfirm_error: instfirm_error:
// Heapから確保した各バッファのクリア
// Free Security area buffer // Free Security area buffer
if (pSecBuf) if (pSecBuf)
{ {
@ -594,12 +596,15 @@ instfirm_error:
SYSM_Free( pHdrBuf ); SYSM_Free( pHdrBuf );
pHdrBuf = NULL; pHdrBuf = NULL;
} }
// Free firmware buffer
if (pFwBuffer) if (pFwBuffer)
{ {
SYSM_Free( pFwBuffer ); SYSM_Free( pFwBuffer );
pFwBuffer = NULL; pFwBuffer = NULL;
} }
// Free NWM buffer
if (pNwmBuf) if (pNwmBuf)
{ {
NWM_End(); NWM_End();