[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [Libevent-users] Are event_base's reference counted?
On Mon, Feb 24, 2014 at 9:02 PM, Jeffrey Walton <noloader@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.