aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-06-11 15:15:19 +1000
committerteor <teor@torproject.org>2019-06-11 15:15:19 +1000
commitbff42c86cd3e054ee14885f7eb4896340828f7be (patch)
tree12bcb975aba38cb2e87d83c3ebbb5fb318d58f46 /changes
parent024d65e14e062803523fb8ee1dd775ef5d2e96fa (diff)
downloadtor-bff42c86cd3e054ee14885f7eb4896340828f7be.tar.gz
tor-bff42c86cd3e054ee14885f7eb4896340828f7be.zip
changes: file for 30799
Note that this memory leak is in unreachable code.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug307994
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug30799 b/changes/bug30799
new file mode 100644
index 0000000000..b10420a953
--- /dev/null
+++ b/changes/bug30799
@@ -0,0 +1,4 @@
+ o Minor bugfixes (memory management):
+ - Stop leaking a small amount of memory in nt_service_install(), in
+ unreachable code. Fixes bug 30799; bugfix on 0.2.0.7-alpha.
+ Patch by Xiaoyin Liu.