From 5fbe0d878a691b9be42bb2bdebd027ac3dfd38c2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 22 Aug 2016 14:23:19 +0100 Subject: 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. --- bfd/doc/chew.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bfd/doc') diff --git a/bfd/doc/chew.c b/bfd/doc/chew.c index 71c7e2d..bf3d249 100644 --- 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') { -- cgit v1.1