Skip to content

Commit

Permalink
More talloc checks
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Feb 21, 2014
1 parent 8b414b9 commit ae311ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/event.c
Expand Up @@ -215,6 +215,10 @@ int fr_event_run(fr_event_list_t *el, struct timeval *when)
return 0;
}

#ifndef NDEBUG
ev = talloc_get_type_abort(ev, fr_event_t);
#endif

/*
* See if it's time to do this one.
*/
Expand Down

0 comments on commit ae311ba

Please sign in to comment.