Skip to content

Commit

Permalink
Finalize tests: add a missing check
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Aug 6, 2013
1 parent f314900 commit 82b6956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/regress_finalize.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ test_fin_free_finalize(void *arg)
event_set_mem_functions(tfff_malloc, tfff_realloc, tfff_free);

base = event_base_new();
tt_assert(base);

ev = evtimer_new(base, timer_callback, &ev_called);
ev2 = evtimer_new(base, timer_callback, &ev2_called);
Expand Down

0 comments on commit 82b6956

Please sign in to comment.