en cours de debuggage pour le probleme de free
This commit is contained in:
@@ -5,6 +5,8 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *solution)
|
||||
{
|
||||
(void)b;
|
||||
|
||||
pb(b, a, &solution);
|
||||
/*
|
||||
sa(a, &solution);
|
||||
pb(b, a, &solution);
|
||||
pb(b, a, &solution);
|
||||
@@ -21,5 +23,6 @@ void hugo_sort(t_stack **a, t_stack **b, t_list *solution)
|
||||
ra(a, &solution);
|
||||
rb(b, &solution);
|
||||
rr(a, b, &solution);
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user