This commit is contained in:
lderidde
2025-02-06 18:14:57 +01:00
parent 6b0a9cbe2d
commit 98e3040a87

View File

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