commit | d3c842d3678e52275c944123f00a2a974eb5d965 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Sat Mar 17 18:24:07 2012 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Sat Mar 17 18:24:07 2012 +0000 |
tree | d0b234a4364504e17f53d90aa3e635134c0f01cc | |
parent | a597e3546cf667c2db91aea5545d2cb2125366f5 [diff] |
Check event_initialized before event_del if event may not have been set up; libevent2 complains about this. Reported by Moriyoshi Koizumi.