s/free/xfree/
This commit is contained in:
parent
04c3b3d429
commit
8ed32cc01a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -2456,7 +2456,7 @@ sort_search_symbols (struct symbol_search *prevtail, int nfound)
|
|||
}
|
||||
symp->next = old_next;
|
||||
|
||||
free (symbols);
|
||||
xfree (symbols);
|
||||
return symp;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue