mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7dbf66713f
We were freeing these on exit, but when we added the dl_status_map
field to them in fddb814f
, we forgot to arrange for it to be freed.
I've moved the cert_list_free() code into its own function, and added
an appropriate dsmap_free() call.
Fixes bug 9644; bugfix on 0.2.4.13-alpha.
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
o Minor bugfixes:
|
|
- Fix a small memory leak on exit. (We weren't freeing directory
|
|
authority certificate download statuses.) Fixes bug 9644; bugfix
|
|
on 0.2.4.13-alpha.
|