mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
852fd1819e
In circuitlist_free_all, we free all the circuits, removing them from the map as we go, but we weren't actually freeing the placeholder entries that we use to indicate pending DESTROY cells. Fix for bug 11278; bugfix on the 7912 code that was merged in 0.2.5.1-alpha
4 lines
159 B
Plaintext
4 lines
159 B
Plaintext
o Minor bugfixes:
|
|
- Free placeholder entries in our circuit table at exit; fixes
|
|
a harmless memory leak. Fixes bug 11278; bugfix on 0.2.5.1-alpha.
|