From: Nick Mathewson Date: Thu, 23 Apr 2009 00:00:55 +0000 (+0000) Subject: Somehow free_active_base was using the socketpair, but not saying it needed it. ... X-Git-Tag: release-2.0.3-alpha~287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b21be2454553b245844c9bd91979257ee38d1140;p=libevent Somehow free_active_base was using the socketpair, but not saying it needed it. How did this ever work? svn:r1223 --- diff --git a/test/regress.c b/test/regress.c index 0a426413..470b7d97 100644 --- a/test/regress.c +++ b/test/regress.c @@ -1599,7 +1599,7 @@ struct testcase_t main_testcases[] = { LEGACY(persistent_timeout, TT_FORK|TT_NEED_BASE), LEGACY(priorities, TT_FORK|TT_NEED_BASE), - LEGACY(free_active_base, TT_FORK|TT_NEED_BASE), + LEGACY(free_active_base, TT_FORK|TT_NEED_BASE|TT_NEED_SOCKETPAIR), LEGACY(event_base_new, TT_FORK|TT_NEED_SOCKETPAIR), /* These legacy tests may not all need all of these flags. */