m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Valgrind fixes #59

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

Valgrind found places where memory was used without being initialized, being leaked after use, where and thread-unsafe behavior was occurring. This PR fixes those.


This change is Reviewable

anarkiwi commented 8 years ago

LGTM