about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-04-25 07:34:48 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-04-25 07:34:48 +0000
commitd367f4c62c68cbbe1b64895c3ad18227c6bcb371 (patch)
tree19668076c371339970a1dc5400c3963669053dd4
parent7579e23e4ac7bfcc92773f3718a0604e31bb2662 (diff)
downloadzsh-d367f4c62c68cbbe1b64895c3ad18227c6bcb371.tar.gz
zsh-d367f4c62c68cbbe1b64895c3ad18227c6bcb371.tar.xz
zsh-d367f4c62c68cbbe1b64895c3ad18227c6bcb371.zip
17035: remove one half of 17029; the part for zstyle wasn't right
-rw-r--r--ChangeLog5
-rw-r--r--Src/Modules/zutil.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6ef8e2d5..aadc92d2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-25  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 17035: Src/Modules/zutil.c: remove one half of 17029; the
+	part for zstyle wasn't right
+
 2002-04-24  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 17029: Src/Modules/zutil.c, Src/Zle/complete.c: fix a
diff --git a/Src/Modules/zutil.c b/Src/Modules/zutil.c
index 20e99ae1d..8a69a561b 100644
--- a/Src/Modules/zutil.c
+++ b/Src/Modules/zutil.c
@@ -132,7 +132,6 @@ setstypat(Style s, char *pat, Patprog prog, char **vals, int eval)
 		freearray(p->vals);
 	    if (p->eval)
 		freeeprog(p->eval);
-            freepatprog(p->prog);
 	    p->vals = zarrdup(vals);
 	    p->eval = eprog;