Skip to content
Snippets Groups Projects
Commit 515d1faf authored by maberet's avatar maberet
Browse files

Merge branch 'fire' into main

parents a92c6f91 22c93625
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.
Please register or to comment