-
Notifications
You must be signed in to change notification settings - Fork 119
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
pacparser_setmyip leaks memory #173
Milestone
Comments
Is it related to this ?
|
|
Thanks pacparser_setmyip does not appear any more in valgrind reports.
|
Thanks @regiMario for reporting this and the patch suggestion and @olivn for verifying with valgrind before and after the change. I've created #174 to fix this. |
Merged #174. It will go out in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that is because myip is alloced but never freed.
I'd send a patch, but github is being a bitch about it.
The text was updated successfully, but these errors were encountered: