Fix leak.
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 27 Jun 2024 07:34:52 +0000 (09:34 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 27 Jun 2024 07:34:52 +0000 (09:34 +0200)
commit824da04ce7a45fb63247cb2af1f276fd634e078e
tree8c47155ee54f3a01ab5844b36a31825d6acc252d
parent77ddbc102e182074ac17426f49bad9b12304bd6e
Fix leak.

The handle_input function could be structured better to not make
mistakes such as the one that is fixed by this comment.
inc/minishell.h
src/input_handling.c
src/parsing.c