mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
XFREE -> free
This commit is contained in:
@@ -835,7 +835,7 @@ tables_generate (void)
|
||||
{
|
||||
free (froms[i]);
|
||||
free (tos[i]);
|
||||
XFREE (conflict_tos[i]);
|
||||
free (conflict_tos[i]);
|
||||
}
|
||||
|
||||
free (froms);
|
||||
|
||||
Reference in New Issue
Block a user