aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-11 14:05:16 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-11 14:05:16 -0400
commit7852499812a4bbe707ff0da065a853de69be2c4d (patch)
treee9a0ba877a87b810887c7ac4a9ac6e593f48193e /changes
parent75ad1a1f2fca79dd2e48cfe1416d21a2b82b76b6 (diff)
parent1e296bc6de010f1de8877ad9ed9b9d2a21b13801 (diff)
downloadtor-7852499812a4bbe707ff0da065a853de69be2c4d.tar.gz
tor-7852499812a4bbe707ff0da065a853de69be2c4d.zip
Merge remote-tracking branch 'tor-github/pr/312'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket84154
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket8415 b/changes/ticket8415
new file mode 100644
index 0000000000..992e8e1a1f
--- /dev/null
+++ b/changes/ticket8415
@@ -0,0 +1,4 @@
+ o Minor features (memory management):
+ - Get libevent code to use the same memory allocator that
+ Tor code is using by calling event_set_mem_functions()
+ during initialization. Resolves ticket 8415.