mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
addd181721
Only when we were actually flushing the cell stats to a controller would we free them. Thus, they could stay in RAM even after the circuit was freed (eg if we didn't have any controllers). Fixes bug 18673; bugfix on 0.2.5.1-alpha.
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
o Minor bugfixes (memory leak):
|
|
- Fix a small memory leak that would occur when the
|
|
TestingEnableCellStatsEvent option was turned on. Fixes bug 18673;
|
|
bugfix on 0.2.5.2-alpha.
|