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:
parent
62899da626
commit
486c9e1a6b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue