about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-09-10 19:02:11 +0000
committerClint Adams <clint@users.sourceforge.net>2008-09-10 19:02:11 +0000
commitb62584cbcd7dbbb740b9420e37f34ee1b2e8ff18 (patch)
tree228cbdc346fe62e305f6e2da126610c5266e713e /ChangeLog
parent96fc1bb1495bb1b417391f54b725f7cd3d5dcc2f (diff)
downloadzsh-b62584cbcd7dbbb740b9420e37f34ee1b2e8ff18.tar.gz
zsh-b62584cbcd7dbbb740b9420e37f34ee1b2e8ff18.tar.xz
zsh-b62584cbcd7dbbb740b9420e37f34ee1b2e8ff18.zip
25639: free ptr2 if hsubl is NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7749ba10..62885ed36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-09-10  Clint Adams  <clint@zsh.org>
 
+	* 25639: Src/hist.c: free ptr2 if hsubl is NULL.
+
 	* 25638: Src/Zle/compmatch.c: remove unnecessary ternary expression
 	in match_str.