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

Potential memory leak in HeapProfileTable::FillOrderedProfile #699

Open
GoogleCodeExporter opened this issue Jul 23, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

In HeapProfileTable::FillOrderedProfile 
(https://code.google.com/p/gperftools/source/browse/src/heap-profile-table.cc#34
2) list is not dealloced if the function returns early (from line 353 or 364). 
This will probably never happen, but it still might be worth fixing.

Original issue reported on code.google.com by theycall...@gmail.com on 17 Jul 2015 at 8:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant