mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
- reverted one of my recent MEM2_free changes.
This commit is contained in:
parent
2800366e7b
commit
02a7bb4846
BIN
out/boot.dol
BIN
out/boot.dol
Binary file not shown.
Before Width: | Height: | Size: 4.1 MiB After Width: | Height: | Size: 4.1 MiB |
@ -90,7 +90,7 @@ void Banner::SetBanner(u8 *bnr, u32 bnr_size, bool custom, bool alloc)
|
||||
void Banner::ClearBanner()
|
||||
{
|
||||
if(allocated == true && opening != NULL)
|
||||
MEM2_free(opening);
|
||||
free(opening);
|
||||
opening = NULL;
|
||||
opening_size = 0;
|
||||
allocated = false;
|
||||
|
Loading…
Reference in New Issue
Block a user