On Thu, Apr 19, 2012 at 10:54 PM, Sanjiv <[email protected]> wrote:
> That's right, you can use event_free() to free a timer. If your event loop
> is still active , I would recommed a evtimer_del() before event_free().

event_free() actually includes an event_del(); you don't need to call
event_del() first if you're calling event_free().
***********************************************************************
To unsubscribe, send an e-mail to [email protected] with
unsubscribe libevent-users    in the body.

Reply via email to