libctf: add CU-mapping machinery
[deliverable/binutils-gdb.git] / libctf / ctf-open.c
index 600fe8fcae371424722ed6fe4ea51031c0b06cc7..2e1913bb3738c0689e10405f4264e3ed6bee80bb 100644 (file)
@@ -1628,6 +1628,7 @@ ctf_file_close (ctf_file_t *fp)
   ctf_dynhash_destroy (fp->ctf_link_inputs);
   ctf_dynhash_destroy (fp->ctf_link_outputs);
   ctf_dynhash_destroy (fp->ctf_link_type_mapping);
+  ctf_dynhash_destroy (fp->ctf_link_cu_mapping);
 
   ctf_free (fp->ctf_sxlate);
   ctf_free (fp->ctf_txlate);
This page took 0.022932 seconds and 4 git commands to generate.