mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
s/free/xfree/
This commit is contained in:
@@ -2456,7 +2456,7 @@ sort_search_symbols (struct symbol_search *prevtail, int nfound)
|
||||
}
|
||||
symp->next = old_next;
|
||||
|
||||
free (symbols);
|
||||
xfree (symbols);
|
||||
return symp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user