From 5460b0d4b805b372fee95bde1abb1af144fb4960 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:30:30 +0000 Subject: zsh-workers/7449 --- Src/module.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Src/module.c') diff --git a/Src/module.c b/Src/module.c index ce926c27a..d10206155 100644 --- a/Src/module.c +++ b/Src/module.c @@ -1228,8 +1228,10 @@ getconddef(int inf, char *name, int autol) load_module(p->module); f = 0; p = NULL; - } else - break; + } else { + deleteconddef(p); + return NULL; + } } else #endif break; -- cgit 1.4.1