mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
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.
4 lines
165 B
Text
4 lines
165 B
Text
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.
|
|
|