summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-12 18:47:35 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-12 18:47:35 -0400
commitbe820f41a33413883b23220ec19135477ac3e67d (patch)
tree2d48502ff2a761b19b47c99033628bac22bdf272 /changes
parent7f145b54afb2cb1d9390a65bf31e2dddeb5b87da (diff)
downloadtor-be820f41a33413883b23220ec19135477ac3e67d.tar.gz
tor-be820f41a33413883b23220ec19135477ac3e67d.zip
Fix quite a few slow memory leaks in config.c
This bug was introduced in 8bbbbaf87b5ab3c when we added a separate or_options_free() function but didn't start using it everywhere. Fixes bug 19466.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug194663
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug19466 b/changes/bug19466
new file mode 100644
index 0000000000..d0c2ada579
--- /dev/null
+++ b/changes/bug19466
@@ -0,0 +1,3 @@
+ o Minor bugfixes (memory leak):
+ - Fix a series of slow memory leaks related to parsing torrc files
+ and options. Fixes bug 19466; bugfix on 0.2.1.6-alpha.