[*] missing free in bd94b73d
This commit is contained in:
parent
bd94b73dde
commit
448d840e4c
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user