[*] missing free in bd94b73d

This commit is contained in:
Reece Wilson 2023-04-30 09:02:13 +01:00
parent bd94b73dde
commit 448d840e4c

View File

@ -64,6 +64,12 @@ namespace Aurora::Threading::Threads
{
this->deinit(this->pVoid);
}
if (this->pVoid)
{
AuMemory::_Free(this->pVoid);
this->pVoid = nullptr;
}
}
ViewEntry &ViewContext::GetHandleReference()