Browse Source

changes: file for 30799

Note that this memory leak is in unreachable code.
teor 4 years ago
parent
commit
bff42c86cd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      changes/bug30799

+ 4 - 0
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.