mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
s/free/xfree/
This commit is contained in:
parent
04c3b3d429
commit
8ed32cc01a
@ -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 New Issue
Block a user