]> git.llucax.com Git - software/eventxx.git/commit
Prevents a bug in libevent event_base_free().
authorLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 19:03:46 +0000 (19:03 +0000)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Wed, 27 Dec 2006 19:03:46 +0000 (19:03 +0000)
commitb2c39dd4dcf34dcc98f9dafb9d1127f6818a7601
tree288754b63595a3dc6df56500f178e1506584b511
parentb2d7232b16208cdad0c31ea507003b7cefe685f0
Prevents a bug in libevent event_base_free().
event_base_free() has a bug that make it assert() always. This patch avoid using
it (leaking memory).
event