- reverted one of my recent MEM2_free changes.

This commit is contained in:
Fledge68 2020-08-13 16:21:29 -05:00
parent 2800366e7b
commit 02a7bb4846
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 MiB

After

Width:  |  Height:  |  Size: 4.1 MiB

View File

@ -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;