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

@@ -326,9 +326,9 @@ grammar_rules_never_reduced_report (const char *message)
void
grammar_free (void)
{
XFREE (ritem);
free (ritem);
free (rules);
XFREE (token_translations);
free (token_translations);
/* Free the symbol table data structure. */
symbols_free ();
free_merger_functions ();