event_base_free

Deallocate all memory associated with an event_base, and free the base.

Note that this function will not close any fds or free any memory passed to event_new as the argument to callback.

@param eb an event_base to be freed

extern (C) nothrow
void
event_base_free

Meta