add list remove if and fix valgrind error
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user