- dtucker@cvs.openbsd.org 2013/06/05 02:07:29
     [mux.c]
     fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967,
     ok djm
diff --git a/ChangeLog b/ChangeLog
index aab923a..70c094e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,10 @@
      the quoted string by character instead of by byte.  Prevents failures
      when linked against a libedit built with wide character support (bz#1990).
      "looks ok" djm
+   - dtucker@cvs.openbsd.org 2013/06/05 02:07:29
+     [mux.c]
+     fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967,
+     ok djm
 
 20130602
  - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy