-
Notifications
You must be signed in to change notification settings - Fork 8
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 audit #55
Comments
Is this a hand job or did you have an automated tool in mind? |
🐟 |
I have a couple ideas, maybe we can discuss tomorrow. I liked @bkerley's idea to check Valgrind output automatically. As a first pass, we should check for riak_free's vs riak_binary_free's. |
Yes, I also have a couple of ideas. We should figure out what we want to run Valgrind on, too. |
See: #59 |
@javajolt I don't see where operation specific requests are being freed outside of riak_operation_free . For example, what takes care of freeing this binary? |
Messages with custom requests:
|
Messages:
General:
The text was updated successfully, but these errors were encountered: