mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 20:10:38 +00:00
Free the string buffer used by the chew program to hold each file it parses.
* doc/chew.c (main): Free the string buffer used to files as they are parsed.
This commit is contained in:
parent
4ca0333f07
commit
5fbe0d878a
@ -1,3 +1,8 @@
|
||||
2016-08-22 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* doc/chew.c (main): Free the string buffer used to files as they
|
||||
are parsed.
|
||||
|
||||
2016-08-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elf32-ppc.c (ppc_elf_check_relocs): Move error for @local ifunc..
|
||||
|
@ -1602,6 +1602,7 @@ main (ac, av)
|
||||
read_in (&b, f);
|
||||
compile (b.ptr);
|
||||
perform ();
|
||||
delete_string (&b);
|
||||
}
|
||||
else if (av[i][1] == 'i')
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user