diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket8415 | 4 |
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. |