Commit 2137886d2fdc84baa8bd7776ce3c18fffa53b2e7

Nikolay Edigaryev 2017-07-07T01:22:43

Clarify event_free() documentation regarding pending/active events Currently it's not clear as to whether "first make it non-pending and non-active" sentence requires user to take some action (e.g. call event_del(), which event_free() already does internally) or just describes what this function does from the developer point of view.