blob: 071c7c2a131e702f2aea9933f689b22f48da0a66 (
plain)
1
2
3
4
5
|
o Minor bugfixes (memory cleanup):
- Avoid possible at-exit memory leaks related to use of Libevent's
event_base_once() function. (This function tends to leak memory
if the event_base is closed before the event fires.) Fixes bug 24584;
bugfix on 0.2.8.1-alpha.
|