Remove cleanups from prepare_execute_command
[deliverable/binutils-gdb.git] / gdb / objfiles.c
index bf0515ae8f2c50206a8e339353eb9d1d3d0eb374..d8fe88b1367c7d618b3d79d071622fa5462d9bee 100644 (file)
@@ -716,10 +716,6 @@ objfile::~objfile ()
       clear_current_source_symtab_and_line ();
   }
 
-  if (global_psymbols.list)
-    xfree (global_psymbols.list);
-  if (static_psymbols.list)
-    xfree (static_psymbols.list);
   /* Free the obstacks for non-reusable objfiles.  */
   psymbol_bcache_free (psymbol_cache);
   obstack_free (&objfile_obstack, 0);
This page took 0.023361 seconds and 4 git commands to generate.