Fix memory leak when sending configuration-changed event

Fix for bug #8718; bugfix on 0.2.3.3-alpha.
This commit is contained in:
Nick Mathewson
2013-04-17 11:34:15 -04:00
parent afca9ab14e
commit 0a9c17a61a
4 changed files with 7 additions and 3 deletions
+3
View File
@@ -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.