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

Memory leak at parse_digest 内存泄露 #1

Open
tsunami87 opened this issue Jul 16, 2016 · 1 comment
Open

Memory leak at parse_digest 内存泄露 #1

tsunami87 opened this issue Jul 16, 2016 · 1 comment

Comments

@tsunami87
Copy link

at parse_digest function
need free parameters before return
parameters = _crop_sentence(digest_string);

@jacketizer
Copy link
Owner

parameters is used by the the values and may not be free'd until the entire struct can be discarded.

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

No branches or pull requests

2 participants