mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-30 15:14:18 +01:00
-stupid svn missed a file :P
This commit is contained in:
parent
ea114c638d
commit
e55ab171c6
@ -79,7 +79,7 @@ Banner::Banner(u8 *bnr, u32 bnr_size, u64 title, bool custom)
|
|||||||
Banner::~Banner()
|
Banner::~Banner()
|
||||||
{
|
{
|
||||||
if(opening != NULL)
|
if(opening != NULL)
|
||||||
MEM2_free(opening);
|
free(opening);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Banner::IsValid()
|
bool Banner::IsValid()
|
||||||
|
Loading…
Reference in New Issue
Block a user