Fixes issue 1242.

m_pBannerFile was deleted twice

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3939 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99 2009-08-04 19:05:28 +00:00
parent 62899da626
commit 486c9e1a6b
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ bool CBannerLoaderWii::GetBanner(u32* _pBannerImage)
_pBannerImage[y*96+x] = Buffer[(y*192*2) + (x*2)];
}
}
delete pBanner;
delete[] Buffer;
}
return true;