s/free/xfree/

This commit is contained in:
Andrew Cagney
2002-02-24 01:44:00 +00:00
parent 04c3b3d429
commit 8ed32cc01a
2 changed files with 5 additions and 1 deletions

View File

@@ -2456,7 +2456,7 @@ sort_search_symbols (struct symbol_search *prevtail, int nfound)
}
symp->next = old_next;
free (symbols);
xfree (symbols);
return symp;
}