]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "this might work around the assertion"
authorAlan T. DeKok <aland@freeradius.org>
Wed, 8 Aug 2018 13:53:20 +0000 (09:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 8 Aug 2018 13:53:20 +0000 (09:53 -0400)
This reverts commit 78387637e068d1a8c34dce24c0147851a6da8ae5.

nope.

src/lib/util/event.c

index 9c631724856507c9680751e284a00f14cfbd1a28..cf91ecb84779f8b98d4a0ff65b6c16a452c7413f 100644 (file)
@@ -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);