diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-31 14:36:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-31 15:20:25 -0400 |
commit | 24b7b922ae9adc814890feae661ad64f474307f3 (patch) | |
tree | 9cf145cc03c6facd955b0231f0d5460e0fbe2d59 /changes/bug20401 | |
parent | d28870402376c52b32feaebfcbe190873218fb89 (diff) | |
download | tor-24b7b922ae9adc814890feae661ad64f474307f3.tar.gz tor-24b7b922ae9adc814890feae661ad64f474307f3.zip |
Actually free the worker_state_t object when we do an update with it
Previously we freed the old "keys" object, but leaked the
worker_state_t that we had taken it from.
Fixes bug 20401; bugfix on 0.2.6.3-alpha.
Diffstat (limited to 'changes/bug20401')
-rw-r--r-- | changes/bug20401 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20401 b/changes/bug20401 new file mode 100644 index 0000000000..85ab3c7322 --- /dev/null +++ b/changes/bug20401 @@ -0,0 +1,4 @@ + o Minor bugfixes (relay): + - Avoid a small memory leak when informing worker threads about rotated + onion keys. Fixes bug 20401; bugfix on 0.2.6.3-alpha. + |