projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca0333
)
Free the string buffer used by the chew program to hold each file it parses.
author
Nick Clifton
<nickc@redhat.com>
Mon, 22 Aug 2016 13:23:19 +0000
(14:23 +0100)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 22 Aug 2016 13:23:19 +0000
(14:23 +0100)
* doc/chew.c (main): Free the string buffer used to files as they
are parsed.
bfd/ChangeLog
patch
|
blob
|
history
bfd/doc/chew.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index b588fae77934ab639545835c462626ea94d82e1c..87823ee192f63041a602fee4f933b81550704e63 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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..
diff --git
a/bfd/doc/chew.c
b/bfd/doc/chew.c
index 71c7e2dc887632f8fc6a8a2a7628d8a6683c4ecc..bf3d2494c7b10626b8f27e2384532c3b797ab98b 100644
(file)
--- a/
bfd/doc/chew.c
+++ b/
bfd/doc/chew.c
@@
-1602,6
+1602,7
@@
main (ac, av)
read_in (&b, f);
compile (b.ptr);
perform ();
+ delete_string (&b);
}
else if (av[i][1] == 'i')
{