aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-open.c
diff options
context:
space:
mode:
Diffstat (limited to 'libctf/ctf-open.c')
-rw-r--r--libctf/ctf-open.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libctf/ctf-open.c b/libctf/ctf-open.c
index f4179cb..3bc102a 100644
--- a/libctf/ctf-open.c
+++ b/libctf/ctf-open.c
@@ -1625,6 +1625,8 @@ ctf_file_close (ctf_file_t *fp)
ctf_free (fp->ctf_dynbase);
ctf_dynhash_destroy (fp->ctf_syn_ext_strtab);
+ ctf_dynhash_destroy (fp->ctf_link_inputs);
+ ctf_dynhash_destroy (fp->ctf_link_outputs);
ctf_free (fp->ctf_sxlate);
ctf_free (fp->ctf_txlate);