aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8716
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-04-17 11:34:15 -0400
committerNick Mathewson <nickm@torproject.org>2013-04-17 11:34:15 -0400
commit0a9c17a61ad7193a051c53ea2a0cb91e012f014e (patch)
tree01113e25767d4922902b572d6bdc65338eb74454 /changes/bug8716
parentafca9ab14ee16b8dcfcde40a13d49f3612138dcb (diff)
downloadtor-0a9c17a61ad7193a051c53ea2a0cb91e012f014e.tar.gz
tor-0a9c17a61ad7193a051c53ea2a0cb91e012f014e.zip
Fix memory leak when sending configuration-changed event
Fix for bug #8718; bugfix on 0.2.3.3-alpha.
Diffstat (limited to 'changes/bug8716')
-rw-r--r--changes/bug87163
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug8716 b/changes/bug8716
new file mode 100644
index 0000000000..74c74f82a6
--- /dev/null
+++ b/changes/bug8716
@@ -0,0 +1,3 @@
+ o Minor bugfixes (memory leak):
+ - Fix a memory leak that would occur whenever a configuration
+ option changed. Fixes bug #8718; bugfix on 0.2.3.3-alpha.