]> Git Repo - binutils.git/blobdiff - gdb/coffread.c
* coffread.c (coff_symfile_finish): Call dwarf2_free_objfile.
[binutils.git] / gdb / coffread.c
index c4927490b99b8f158d1309fbe9a99326b176c74c..d1a4246822f3c8dae21c5a765ab6e50f12c64922 100644 (file)
@@ -665,6 +665,8 @@ coff_symfile_finish (struct objfile *objfile)
 
   /* Let stabs reader clean up */
   stabsread_clear_cache ();
+
+  dwarf2_free_objfile (objfile);
 }
 \f
 
This page took 0.023755 seconds and 4 git commands to generate.