libctf: allow ctf_type_lname of a null pointer.
[deliverable/binutils-gdb.git] / libctf / ctf-open.c
index c4fca243391729bdf9a446fa1e375dcd86b7a2c7..b6989579465d22a9478811697ecdcaaf4794d54d 100644 (file)
@@ -1665,6 +1665,7 @@ ctf_file_close (ctf_file_t *fp)
   ctf_dynhash_destroy (fp->ctf_link_outputs);
   ctf_dynhash_destroy (fp->ctf_link_type_mapping);
   ctf_dynhash_destroy (fp->ctf_link_cu_mapping);
+  ctf_dynhash_destroy (fp->ctf_add_processing);
 
   ctf_free (fp->ctf_sxlate);
   ctf_free (fp->ctf_txlate);
This page took 0.027804 seconds and 4 git commands to generate.