mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
a67d153cc7
We would usually call it through tor_cleanup(), but in some code paths, we wouldn't. These paths would break restart-in-process, since leaving fields uncleared would cause assertion failures on restart. Fixes bug 26948; bugfix on 0.3.3.1-alpha
5 lines
234 B
Plaintext
5 lines
234 B
Plaintext
o Minor bugfixes (in-process restart):
|
|
- Always call tor_free_all() when leaving tor_run_main(). When we
|
|
did not, restarting tor in-process would cause an assertion failure.
|
|
Fixes bug 26948; bugfix on 0.3.3.1-alpha.
|