mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
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.
4 lines
223 B
Text
4 lines
223 B
Text
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.
|