On Mon, Feb 24, 2014 at 9:02 PM, Jeffrey Walton <noloa...@gmail.com> wrote: > I'm experimenting with timers. In the timer callback, I perform the > following (to exit after a few callbacks):
event_base objects are not reference-counted. You generally don't free one until you're shutting down the whole event loop permanently. -- Nick *********************************************************************** To unsubscribe, send an e-mail to majord...@freehaven.net with unsubscribe libevent-users in the body.