From f94e5d78b06d2641e08d61f48c100eb205f5ac0a Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 5 Jun 2000 07:57:27 +0000 Subject: some more memory leak fixes (11745) --- Src/builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/builtin.c') diff --git a/Src/builtin.c b/Src/builtin.c index 560855b9e..e6e89faef 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -2162,7 +2162,7 @@ mkautofn(Shfunc shf) p->strs = NULL; p->shf = shf; p->npats = 0; - p->pats = NULL; + p->pats = (Patprog *) p->prog; p->flags = EF_REAL; p->dump = NULL; -- cgit 1.4.1