This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

objdump leaks?


display_target_list() and display_info_table() both appear to leak bfd
structures because their calls to bfd_openw() are not matched by bfd_close()
calls.

I'm not particularly familiar with this area of the standard, but I noticed
this because the host I'm bringing these up on doesn't support multiple
calls to fopen() for write.

+------------------------------------------------------------+
| Alexander M. Rosenberg           <mailto:alexr@_spies.com> |
| Nobody cares what I say. Remove the underscore to mail me. |



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]