clean and opti
This commit is contained in:
@ -7,7 +7,7 @@ free_tab(tab)
|
||||
if ([tmp] == 0)
|
||||
return;
|
||||
free([tmp]);
|
||||
tmp = tmp + 1;
|
||||
tmp++;
|
||||
}
|
||||
return free(tab);
|
||||
}
|
||||
|
Reference in New Issue
Block a user