bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/868] bfd leaks memory in several places


From: nickc at redhat dot com
Subject: [Bug binutils/868] bfd leaks memory in several places
Date: 22 Feb 2008 15:26:51 -0000

------- Additional Comments From nickc at redhat dot com  2008-02-22 15:26 
-------
Hi Diogo,

  I have just realised that my dwarf2.c patch was completely bogus.  There is no
memory leak because the routines are using bfd_alloc and bfd_zalloc, which uses
an objstack.  The memory is freed later on in the linking process when
bfd_release() is called.  So I am going to revert my patch.  Sorry about not
realising this sooner.

Cheers
  Nick



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=868

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]