https://sourceware.org/bugzilla/show_bug.cgi?id=25355
--- Comment #58 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dcf06b89b9129da6988878a77afdd02d3acc2e30 commit dcf06b89b9129da6988878a77afdd02d3acc2e30 Author: H.J. Lu <hjl.to...@gmail.com> Date: Wed Feb 19 03:29:51 2020 -0800 plugin: Call dlclose before return in try_load_plugin Since plugin can be used only once in try_load_plugin, call dlclose before return. PR binutils/25355 * plugin.c (plugin_list_entry): Remove handle. (try_load_plugin): Call dlclose before return. -- You are receiving this mail because: You are on the CC list for the bug.