kmx git
Register
kc3-lang/libevent
kc3-lang
Login
kc3-lang
/
libevent
Browse
Commit
Author :
Nick Mathewson
Date :
2010-05-13 14:59:33
Hash :
6d195109
Message :
Avoid event_del on uninitialized event in event_base_free This was mostly harmless, since the event was cleared with calloc, but still it's not a correct thing to do.