mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
Remove a no-longer-true XXXX comment.
This commit is contained in:
parent
5d11f4f39a
commit
25aac69780
@ -213,9 +213,7 @@ test_fin_free_finalize(void *arg)
|
|||||||
tt_int_op(tfff_p1_freed, ==, 1);
|
tt_int_op(tfff_p1_freed, ==, 1);
|
||||||
tt_int_op(tfff_p2_freed, ==, 0);
|
tt_int_op(tfff_p2_freed, ==, 0);
|
||||||
|
|
||||||
event_free(ev2); /* XXXX Right now, this fails under debug mode, since
|
event_free(ev2);
|
||||||
* the event has been torn down, and therefore can't
|
|
||||||
* be a valid target for event_free. */
|
|
||||||
|
|
||||||
end:
|
end:
|
||||||
if (base)
|
if (base)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user