wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.61k stars 592 forks source link

Memory leak of 16416 bytes on Windows. #776

Open aztekBP opened 2 months ago

aztekBP commented 2 months ago

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?