Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak of 16416 bytes on Windows. #776

Open
aztekBP opened this issue Apr 19, 2024 · 0 comments
Open

Memory leak of 16416 bytes on Windows. #776

aztekBP opened this issue Apr 19, 2024 · 0 comments

Comments

@aztekBP
Copy link

aztekBP commented Apr 19, 2024

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?

@aztekBP aztekBP changed the title Memory leak of 16416 on Windows. Memory leak of 16416 bytes on Windows. Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant