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

Check for Memory Leaks #13

Open
theonewolf opened this issue Jan 18, 2014 · 1 comment
Open

Check for Memory Leaks #13

theonewolf opened this issue Jan 18, 2014 · 1 comment
Assignees

Comments

@theonewolf
Copy link
Contributor

While checking some numbers, found the following new memory leaks (in new code) in various places throughout deep_inspection.c:

  1. channel name construction, but not freeing before reassignment
  2. getting lists from Redis, but not freeing lists
  3. creating BSON handles, but not cleaning them up

Valgrind provides good insight into all of these.

@ghost ghost assigned theonewolf Jan 28, 2014
@theonewolf
Copy link
Contributor Author

Partially fixed in 3be1aad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant