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

@ -9,7 +9,7 @@ ft_list_push_front:
push rdi
push rsi
mov rdi, 10
mov rdi, 16
call malloc wrt ..plt
pop rsi
pop rdi