From: Alan T. DeKok Date: Wed, 8 Aug 2018 13:53:20 +0000 (-0400) Subject: Revert "this might work around the assertion" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df65c820e71cf2be11798ae5767d5beaed44f776;p=thirdparty%2Ffreeradius-server.git Revert "this might work around the assertion" This reverts commit 78387637e068d1a8c34dce24c0147851a6da8ae5. nope. --- diff --git a/src/lib/util/event.c b/src/lib/util/event.c index 9c631724856..cf91ecb8477 100644 --- a/src/lib/util/event.c +++ b/src/lib/util/event.c @@ -1396,7 +1396,6 @@ int fr_event_timer_run(fr_event_list_t *el, struct timeval *when) * Delete the event before calling it. */ fr_event_timer_delete(el, ev->parent); -// (void) talloc_free(ev); callback(el, when, uctx);