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

Fix a memory-leak warning in test_circuitbuid.c #1239

Merged
merged 1 commit into from Aug 26, 2019

Conversation

Labels
None yet
Projects
None yet
4 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Aug 19, 2019

Coverity wants us to free everything that we are potentially
allocating, even stuff where allocating it would be a bug. Adding
a smartlist_free() here will fix the warning.

Fixes bug 31452; bugfix on 16a0b7e, which is not in
any released Tor. This is CID 1447292.

Coverity wants us to free everything that we are potentially
allocating, even stuff where allocating it would be a bug.  Adding
a smartlist_free() here will fix the warning.

Fixes bug 31452; bugfix on 16a0b7e, which is not in
any released Tor.  This is CID 1447292.
@coveralls
Copy link

@coveralls coveralls commented Aug 21, 2019

Pull Request Test Coverage Report for Build 5859

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 62.832%

Totals Coverage Status
Change from base Build 5854: 0.0%
Covered Lines: 47263
Relevant Lines: 75221

💛 - Coveralls

tlyu
tlyu approved these changes Aug 26, 2019
@torproject-pusher torproject-pusher merged commit 0bf9807 into torproject:master Aug 26, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment