cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

addresses dead assignments and memory leaks identified by scan-build #294

Closed mfrey closed 6 years ago

mfrey commented 6 years ago

Contribution description

Addresses dead assignments and memory leaks identified by scan-build (clang-analyzer). Unfortunately, removing dead assignments leads mostly to new dead assignments.

mfrey commented 6 years ago

I've also accidentally touched two commits from master wit a git rebase call, I hope that this doesn't cause any issues.