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

realpath memory leak #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jon-da-thon
Copy link

hey- patched a small memory leak

before:
==400== LEAK SUMMARY:
==400==    definitely lost: 32,768 bytes in 8 blocks
==400==    indirectly lost: 0 bytes in 0 blocks
==400==      possibly lost: 0 bytes in 0 blocks
==400==    still reachable: 667,216 bytes in 7 blocks
==400==         suppressed: 0 bytes in 0 blocks
after:
==492==    definitely lost: 0 bytes in 0 blocks
==492==    indirectly lost: 0 bytes in 0 blocks
==492==      possibly lost: 0 bytes in 0 blocks
==492==    still reachable: 667,216 bytes in 7 blocks
==492==         suppressed: 0 bytes in 0 blocks

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

Successfully merging this pull request may close these issues.

1 participant