Merge remote-tracking branch 'tor-github/pr/312'

This commit is contained in:
Nick Mathewson
2018-09-11 14:05:16 -04:00
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -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.