mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -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_p2_freed, ==, 0);
|
||||
|
||||
event_free(ev2); /* XXXX Right now, this fails under debug mode, since
|
||||
* the event has been torn down, and therefore can't
|
||||
* be a valid target for event_free. */
|
||||
event_free(ev2);
|
||||
|
||||
end:
|
||||
if (base)
|
||||
|
Loading…
x
Reference in New Issue
Block a user