mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ bool CBannerLoaderWii::GetBanner(u32* _pBannerImage)
|
||||||
_pBannerImage[y*96+x] = Buffer[(y*192*2) + (x*2)];
|
_pBannerImage[y*96+x] = Buffer[(y*192*2) + (x*2)];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
delete pBanner;
|
|
||||||
delete[] Buffer;
|
delete[] Buffer;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue