summaryrefslogtreecommitdiffstats
path: root/libdwfl/dwfl_end.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/dwfl_end.c')
-rw-r--r--libdwfl/dwfl_end.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdwfl/dwfl_end.c b/libdwfl/dwfl_end.c
index 74ee9e07..4f6c722a 100644
--- a/libdwfl/dwfl_end.c
+++ b/libdwfl/dwfl_end.c
@@ -39,6 +39,8 @@ dwfl_end (Dwfl *dwfl)
if (dwfl == NULL)
return;
+ __libdwfl_debuginfod_end (dwfl->debuginfod);
+
if (dwfl->process)
__libdwfl_process_free (dwfl->process);