Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Fixed memory leak in python module pmsubsys.py #27
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marcliangma8 commentedJun 15, 2015
Found memory leaks in python pmsubsys module. pmFreeResult needs to be called to release metric_result previously allocated by pmFetch.