about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-04-25 10:48:43 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-04-25 10:48:43 -0700
commit89a689e69376909265d94ad8c2119d607ef7cb3d (patch)
treec19c6ac53fe9d65bfaab6c9cde7a7ebe4ffae377 /ChangeLog
parent33ff5d06f264421480ecf35575d12fb981080066 (diff)
downloadzsh-89a689e69376909265d94ad8c2119d607ef7cb3d.tar.gz
zsh-89a689e69376909265d94ad8c2119d607ef7cb3d.tar.xz
zsh-89a689e69376909265d94ad8c2119d607ef7cb3d.zip
34961: replace a couple of free() with zfree() for consistency
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd6637c86..a76808be2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-04-25  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 34961: Src/compat.c, Src/init.c: replace a couple of free() with
+	zfree() for consistency.
+
 	* 34961: Completion/Base/Completer/_expand: add backslash to alias
 	expansion matching (related to workers/32186)