diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-15 08:12:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-11 09:20:23 -0500 |
commit | 3a3e88dbd4296c6bea8a324a0fa8ccd4628a79f5 (patch) | |
tree | 6246cbc2830e505a309492edad9396acd69aba76 /changes | |
parent | 4098bfa26073551fe3f525ada7fc9079a49fd4bb (diff) | |
download | tor-3a3e88dbd4296c6bea8a324a0fa8ccd4628a79f5.tar.gz tor-3a3e88dbd4296c6bea8a324a0fa8ccd4628a79f5.zip |
Fix memory leak when failing to configure hidden services.
In 8a0ea3ee43da0063c2546092662fa7ce4900bc2c 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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20987 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug20987 b/changes/bug20987 new file mode 100644 index 0000000000..9922d739dd --- /dev/null +++ b/changes/bug20987 @@ -0,0 +1,3 @@ + o Minor bugfixes (memory leaks): + - Fix a memory leak when configuring hidden services. Fixes bug 20987; + bugfix on 0.3.0.1-alpha. |