bombomby / optick

C++ Profiler For Games

Home Page:https://optick.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useless Optick::SetAllocator

irov opened this issue · comments

if I have an allocator for the engine, and have it specified for optick.
After calling OPTICK_SHUTDOWN, there are still undeleted static variables inside optick.
And if I destroy my allocator, I crash after the static variables in optick start to get destroyed :(