https://sourceware.org/bugzilla/show_bug.cgi?id=13056
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3e7cde4dca8c63b8091597bd7800f0f71e822395 commit 3e7cde4dca8c63b8091597bd7800f0f71e822395 Author: Alan Modra <amo...@gmail.com> Date: Fri Jan 27 12:31:27 2023 +1030 Call bfd_close_all_done in output_file_close bfd_cache_close_all is good for closing file descriptors, but doesn't do the cleanup of bfd memory as in bfd_close_all_done. PR 13056 * output-file.c (output_file_close): Call bfd_close_all_done, not bfd_cache_close_all. -- You are receiving this mail because: You are on the CC list for the bug.