]> granicus.if.org Git - libevent/commit
Fix an obnoxious typo in the bufferevent_timeout_filter test
authorNick Mathewson <nickm@torproject.org>
Sat, 13 Mar 2010 05:29:15 +0000 (00:29 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 13 Mar 2010 05:29:15 +0000 (00:29 -0500)
commit0d047c3f11b4639236816c8f7a166e233d88d10c
tree9b8990bd6ba962970b97300275509c562fe668ff
parentf1bc125eb453af61cbb750652103532b77c271b0
Fix an obnoxious typo in the bufferevent_timeout_filter test

We were using the same bufferevent as the child of two filtering parents,
orphaning another.  This made one get freed twice, and the other not at all.

Possible fix for bug 2963306 spotted by Doug Cuthbertson.
test/regress_bufferevent.c