X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fjit.c;h=1cd487502c5e5ff900d980fc3dfd6e2bccacced4;hb=d043f8c867f85f1c36cc957da8204fe2907b3aea;hp=9ea68330212aafe23451a93364ce6c1688a147fc;hpb=d9fa87f4f6e732f5feb41f2fa7dc6faddb1fb627;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/jit.c b/gdb/jit.c index 9ea6833021..1cd487502c 100644 --- a/gdb/jit.c +++ b/gdb/jit.c @@ -765,6 +765,7 @@ finalize_symtab (struct gdb_symtab *stab, struct objfile *objfile) gdb_block_iter; gdb_block_iter = gdb_block_iter_tmp) { + gdb_block_iter_tmp = gdb_block_iter->next; xfree ((void *) gdb_block_iter->name); xfree (gdb_block_iter); }