summaryrefslogtreecommitdiff
path: root/plugins/elf/loading.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/loading.c')
-rw-r--r--plugins/elf/loading.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/elf/loading.c b/plugins/elf/loading.c
index eb992b9..73e75f0 100644
--- a/plugins/elf/loading.c
+++ b/plugins/elf/loading.c
@@ -496,6 +496,8 @@ static void g_elf_loading_process(GElfLoading *loading, GtkStatusStack *status)
{
ret = loading->callback_1(loading, format, symbol);
+ g_object_unref(G_OBJECT(symbol));
+
if (!ret)
{
log_variadic_message(LMT_ERROR, _("Error while applying ELF relocation %zu!"), processed);