about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-04-24 08:05:51 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-04-24 08:05:51 +0000
commit7579e23e4ac7bfcc92773f3718a0604e31bb2662 (patch)
treec3b3a78d7ab4e358eb83cd25d8b8fbb046d08b46 /ChangeLog
parent377938212a3a4a5e78b466d57b1b7e2233ebe231 (diff)
downloadzsh-7579e23e4ac7bfcc92773f3718a0604e31bb2662.tar.gz
zsh-7579e23e4ac7bfcc92773f3718a0604e31bb2662.tar.xz
zsh-7579e23e4ac7bfcc92773f3718a0604e31bb2662.zip
17029: fix memory leak (found by Felix): pre-compiled patterns for styles
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61fa873b0..c6ef8e2d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-04-24  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 17029: Src/Modules/zutil.c, Src/Zle/complete.c: fix a
+	memory leak (found by Felix): pre-compiled patterns when
+	re-defining styles
+
 2002-04-17  Peter Stephenson  <pws@csr.com>
 
 	* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: