commit | 4cc1f41cfa45b0d36427e79409f447e83f4e66d4 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Fri Dec 15 20:19:46 2023 +1030 |
committer | Alan Modra <amodra@gmail.com> | Mon Dec 18 22:45:50 2023 +1030 |
tree | c603a98a45775c89c5d5869c2a3c223bc66a32a3 | |
parent | 17f6581c36a82d849f1ece621e74cb7de0f3f0d4 [diff] |
PR31162, Memory Leak in ldwrite.c This isn't a particularly worrying memory leak, but fix it anyway. PR 31162 * ldwrite.c (build_link_order): Use bfd_alloc rather than xmalloc. Add %E to error messages.