wolkykim / libasyncd

Libasyncd is an embeddable event-based asynchronous Message/HTTP server framework for C/C++.
http://wolkykim.github.io/libasyncd/
Other
174 stars 36 forks source link

Fix segfault when running sample code. #9

Closed dtoubelis closed 9 years ago

dtoubelis commented 9 years ago

This is the solution I found to fix issue #5. I did not have enough time to figure out if what I did is right but it fixed the problem. Please review it before merging.