clean and opti

This commit is contained in:
2023-07-25 09:48:20 +02:00
parent 2b97d38b7e
commit 09e0d32c15
6 changed files with 11 additions and 26 deletions

View File

@ -7,7 +7,7 @@ free_tab(tab)
if ([tmp] == 0)
return;
free([tmp]);
tmp = tmp + 1;
tmp++;
}
return free(tab);
}