en cours de debuggage pour le probleme de free
This commit is contained in:
@@ -6,6 +6,8 @@ void push(t_stack **dst, t_stack **src)
|
||||
t_stack *tmp1;
|
||||
t_stack *tmp2;
|
||||
|
||||
if (!((*src)->next))
|
||||
return ;
|
||||
tmp1 = *src;
|
||||
tmp2 = *dst;
|
||||
*src = (*src)->next;
|
||||
|
||||
Reference in New Issue
Block a user