gdb/
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index 5829699131dcd53bbaec3e9a4ab320a4fa84130f..8c17c148de287441c8f8f44b395c55934e1011f4 100644 (file)
@@ -566,6 +566,8 @@ free_objfile (struct objfile *objfile)
      the symbol file data.  */
   forget_cached_source_info_for_objfile (objfile);
 
+  breakpoint_free_objfile (objfile);
+
   /* First do any symbol file specific actions required when we are
      finished with a particular symbol file.  Note that if the objfile
      is using reusable symbol information (via mmalloc) then each of
This page took 0.024759 seconds and 4 git commands to generate.