From 0e08b8c2e485c355acc4818c1b04a81bc7e150be Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 7 Jun 2002 14:44:21 +0000 Subject: 17299: Use reference counts in Eprogs so as to be able to free them as soon as finished with. --- Src/init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index e4f77e4b3..ac0885f10 100644 --- a/Src/init.c +++ b/Src/init.c @@ -163,8 +163,6 @@ loop(int toplevel, int justonce) if (stopmsg) /* unset 'you have stopped jobs' flag */ stopmsg--; execode(prog, 0, 0); - if (toplevel) - freeeprogs(); tok = toksav; if (toplevel) noexitct = 0; -- cgit 1.4.1