Naji-k / minishell

1 stars 0 forks source link

only putting ~ in command will cause segfaults #90

Closed srondss closed 1 year ago

srondss commented 1 year ago

double free error

Naji-k commented 1 year ago

There is a LEAKS if you do nothing. or if you run some commands and then exit, also there is a leak

Screen Shot 2023-08-15 at 10 20 06 PM
srondss commented 1 year ago

i will make PR soon which will fix this

srondss commented 1 year ago

PR #93 will fix leaks but still have problem with weird behaviour if only run ~ from executor side