* gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
[deliverable/binutils-gdb.git] / gdb / symtab.c
index def556b693faccb33e5301c9eb69af4de38550fa..9040035a928b292c33b940accccf57a496188934 100644 (file)
@@ -3529,7 +3529,7 @@ search_symbols (char *regexp, enum search_domain kind,
                                                &datum);
   }
 
-  retval_chain = old_chain;
+  retval_chain = make_cleanup (null_cleanup, NULL);
 
   /* Here, we search through the minimal symbol tables for functions
      and variables that match, and force their symbols to be read.
This page took 0.023429 seconds and 4 git commands to generate.