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
See Implementation
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