add list remove if and fix valgrind error

This commit is contained in:
2025-04-12 19:07:44 +02:00
parent 919948abe9
commit 2adeac70ce
7 changed files with 144 additions and 12 deletions

View File

@ -11,6 +11,7 @@ ft_strdup:
push rdi ;push to use it for the strcpy
call ft_strlen
inc rax
mov rdi, rax
call malloc wrt ..plt