mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
8afbc154f7
microdesc_free_() called get_microdesc_cache(), which had the fun side-effect of potentially reloading the whole cache from disk. Replace it with a variant that doesn't.
5 lines
223 B
Plaintext
5 lines
223 B
Plaintext
o Code simplification and refactoring:
|
|
- Simplify the microdesc_free() implementation so that it no longer
|
|
appears (to code analysis tools) to potentially invoke a huge suite
|
|
of other microdesc functions.
|