-
Notifications
You must be signed in to change notification settings - Fork 24
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
Lots of memory leaks #50
Comments
Here's the results from Valgrind using the following command: ==5067== "Loss record 1 of 3" seems to be referring to the getCurrentNodePath() function in helper.c |
Yes! Thanks for sharing. I currently don't have the bandwidth to fix this, but I'd invite you to take wack at it because it's definitely an issue. |
Yea, I'll give it a shot |
Submitted a pull request |
Thanks! Looks great. I only found those four commands to have leaks (although I admittedly checked through a while ago). Some others may have cropped up in the meantime (if you have the energy to look through -- once again, very very appreciated). |
This is still marked open, did you need help. I was thinking I could run some SAST tools to see if I could find anything? Let me know, otherwise maybe mark it as closed? |
🐛 Describe the bug
Liszt has some memleak issues:
💣 Steps to reproduce
Use the commands with valgrind to see what happens.
The text was updated successfully, but these errors were encountered: