This commit is contained in:
lderidde
2025-02-06 17:58:24 +01:00
parent 68251ee98e
commit 6b0a9cbe2d
2 changed files with 3 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ static char *powerline(void)
if (ft_strlen(input) > 0)
add_history(input);
free(prompt);
free(pwd);
return (input);
}