Make objfile::static_links an htab_up
[deliverable/binutils-gdb.git] / gdb / symfile.c
index dd9c4ae985691366e7c3d813d58fdef20c2736c3..5736666506fe3bae8c82eeba7d21cbebb07dcdc4 100644 (file)
@@ -2549,7 +2549,7 @@ reread_symbols (void)
          objfile->sections = NULL;
          objfile->compunit_symtabs = NULL;
          objfile->template_symbols = NULL;
-         objfile->static_links = NULL;
+         objfile->static_links.reset (nullptr);
 
          /* obstack_init also initializes the obstack so it is
             empty.  We could use obstack_specify_allocation but
This page took 0.024491 seconds and 4 git commands to generate.