From 25aac697808c9ce56fee09c8457f3706381bb3a6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 Apr 2013 12:00:17 -0400 Subject: [PATCH] Remove a no-longer-true XXXX comment. --- test/regress_finalize.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/regress_finalize.c b/test/regress_finalize.c index 44d0bcba..d2916ab1 100644 --- a/test/regress_finalize.c +++ b/test/regress_finalize.c @@ -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)