diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-04-17 11:34:15 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-04-17 11:34:15 -0400 |
commit | 0a9c17a61ad7193a051c53ea2a0cb91e012f014e (patch) | |
tree | 01113e25767d4922902b572d6bdc65338eb74454 /changes/bug8716 | |
parent | afca9ab14ee16b8dcfcde40a13d49f3612138dcb (diff) | |
download | tor-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/bug8716 | 3 |
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. |