Crash in `CEntity::CleanUpOldReference`
Pirulax opened this issue · comments
Pirulax commented
yukani commented
from CInterestingEvents::~CInterestingEvents
(0x85689c
)
Pirulax commented
I think this actually is an OG bug.
Since this thing is static
it's destroyed atexit, at which point the pools are unallocated already, which, well, is use after free => bad.
No real solution for now imho.
Good job btw thank you!