wolfpld / tracy

Frame profiler

Home Page:https://tracy.nereid.pl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak of 16416 bytes on Windows.

aztekBP opened this issue · comments

When building TracyClient.cpp and calling _CrtDumpMemoryLeaks() i'm seeing a leak of 16416 bytes. Looks like a global constructor is allocating memory. I'm sure it gets cleaned up but it would be nice to have control over this. Currently our code has to allow for this leak in its shutdown memory checks. Maybe explicit initialisation/shutdown calls?