]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for 30799
authorteor <teor@torproject.org>
Tue, 11 Jun 2019 05:15:19 +0000 (15:15 +1000)
committerteor <teor@torproject.org>
Tue, 11 Jun 2019 05:15:19 +0000 (15:15 +1000)
Note that this memory leak is in unreachable code.

changes/bug30799 [new file with mode: 0644]

diff --git a/changes/bug30799 b/changes/bug30799
new file mode 100644 (file)
index 0000000..b10420a
--- /dev/null
@@ -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.