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

@ -1,3 +1,7 @@
2002-02-23 Andrew Cagney <ac131313@redhat.com>
* symtab.c (sort_search_symbols): Use xfree.
2002-02-23 Richard Earnshaw <rearnsha@arm.com>
* arm-linux-tdep.c (arm_linux_init_abi): Register

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;
}