diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index d68ac20..c2ea7dc 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1195,7 +1195,7 @@ static void cashier_psymtab (pst) struct partial_symtab *pst; { - struct partial_symtab *ps, *pprev; + struct partial_symtab *ps, *pprev = NULL; int i; /* Find its previous psymtab in the chain */ |