remove comment
This commit is contained in:
parent
4ed9bbe8bf
commit
26c9fe99ca
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ void free_liste(Liste *liste) {
|
||||||
Element *actuel = liste->premier;
|
Element *actuel = liste->premier;
|
||||||
|
|
||||||
while (actuel) {
|
while (actuel) {
|
||||||
printf("!\n");
|
|
||||||
Element *suivant = actuel->suivant;
|
Element *suivant = actuel->suivant;
|
||||||
free(actuel);
|
free(actuel);
|
||||||
actuel = suivant;
|
actuel = suivant;
|
||||||
|
|
Reference in a new issue