tor/changes/bug20987
Nick Mathewson 3a3e88dbd4 Fix memory leak when failing to configure hidden services.
In 8a0ea3ee43 we added a
temp_service_list local variable to rend_config_services, but we
didn't add a corresponding "free" for it to all of the exit paths.

Fixes bug 20987; bugfix on 0.3.0.1-alpha.
2017-01-11 09:20:23 -05:00

4 lines
141 B
Plaintext

o Minor bugfixes (memory leaks):
- Fix a memory leak when configuring hidden services. Fixes bug 20987;
bugfix on 0.3.0.1-alpha.