summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-11 12:28:29 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-11 12:28:29 -0500
commitd0adf5ae952d303dcd1d6ff06e523580c8055ece (patch)
treeeaebe5eeefd5f36da0af2fa18ccdae5352b89c3f /changes
parent7a606004111d8d12d4d90b26697bc9bab02b0227 (diff)
parentf205dabf7ae5c8dde9adc3cc39ef7721953abfea (diff)
downloadtor-d0adf5ae952d303dcd1d6ff06e523580c8055ece.tar.gz
tor-d0adf5ae952d303dcd1d6ff06e523580c8055ece.zip
Merge branch 'bug24584'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug245845
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24584 b/changes/bug24584
new file mode 100644
index 0000000000..071c7c2a13
--- /dev/null
+++ b/changes/bug24584
@@ -0,0 +1,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.