Edit

kc3-lang/libevent/test

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2010-03-13 00:29:15
    Hash : 0d047c3f
    Message : 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.