diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_m_loop.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c index a96eea2..08bc0e4 100644 --- a/src/ft_m_loop.c +++ b/src/ft_m_loop.c @@ -37,9 +37,10 @@ uint8_t ft_memdel((void*)&line); ft_e_lcom(msh); ft_lcom_clear(&msh->curr); - /* TODO: GNL leak on "msh ~> exit" */ - /* TODO: redirect vvv redirect */ + /* TODO: GNL leak on "msh ~> exit" */ + /* TODO: redirect vvv redirect */ /* "msh ~> echo qwe >/dev/null; echo *.vscode >> .gitignore" */ + /* TODO: "msh ~> some command \": re GNL into ft_nrealloc */ } else { |