diff options
Diffstat (limited to 'Src/init.c')
-rw-r--r-- | Src/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |