Quick Audit Notes for https://github.com/grobian/carbon-c-relay Jon Simons 3/23/2015
--
Looks mostly okay. There are a number of unchecked mallocs and strdups throughout but
it's not clear whether with our memory profiles in production these spots would actually
result in real-life problems. We can fix them. There was at least one spot in the code
using usleep
as a pre-cleanup step for some of its state: that spot is likely incorrect