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