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