[*] Fix major heap regression [rebase]
This commit is contained in:
parent
42d3b070fa
commit
ac3b317fa3
@ -8,7 +8,6 @@
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include "AuProcAddresses.hpp"
|
||||
|
||||
|
||||
namespace Aurora
|
||||
{
|
||||
void InitProcAddresses()
|
||||
|
@ -257,6 +257,8 @@ namespace Aurora::Memory
|
||||
{
|
||||
this->pFree(pHead, uLengthCurrent);
|
||||
}
|
||||
|
||||
this->pHeap->Free(pHead);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user