mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
46e22762fa
Helps catch bugs with our smartlist usage and shouldn't be too expensive. If it shows up in profiles we can re-investigate.
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
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.
|
|
|