mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Helps catch bugs with our smartlist usage and shouldn't be too expensive. If it shows up in profiles we can re-investigate.
5 lines
186 B
Text
5 lines
186 B
Text
o Minor features:
|
|
- Set unused entires in a smartlist to NULL. This helped catch a
|
|
(harmless) bug, and shouldn't affect performance too much.
|
|
Implements ticket 17026.
|
|
|