Skip to content
Snippets Groups Projects
Commit 22c93625 authored by maberet's avatar maberet
Browse files

Ajout de la regénération de feu lors du redémarage

parent 50714164
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ listchainfire_t freeListFire (listchainfire_t listFire){
while (emptyListFire(listFire)){
listFire=deleteAheadFire(listFire);
}
listFire=NULL;
return listFire;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment