XFREE -> free

This commit is contained in:
Paul Eggert
2004-11-22 21:05:25 +00:00
parent c1f8f16a9b
commit afbb696d19
12 changed files with 36 additions and 29 deletions

View File

@@ -835,7 +835,7 @@ tables_generate (void)
{
free (froms[i]);
free (tos[i]);
XFREE (conflict_tos[i]);
free (conflict_tos[i]);
}
free (froms);