summaryrefslogtreecommitdiffstats
path: root/src/ft_m_loop.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_m_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c
index d53ae89..3f9488a 100644
--- a/src/ft_m_loop.c
+++ b/src/ft_m_loop.c
@@ -30,6 +30,7 @@ int32_t
gnl = get_next_line(STDIN_FILENO, &line);
ft_p_line(line, msh);
ft_memdel((void*)&line);
+ ft_e_lcom(msh->lcom, msh);
}
return (FT_RET_FINE);
}