* configure.ac (common): Make the default "yes" for all targets
[deliverable/binutils-gdb.git] / gdb / prologue-value.c
index 4ad4d6c828fb57760c413449d60fbbef582fc781..b8f32bc4161a4163d181f0b995e24df387283165 100644 (file)
@@ -351,6 +351,7 @@ clear_entries (struct pv_area *area)
         {
           struct area_entry *next = e->next;
           xfree (e);
+          e = next;
         }
       while (e != area->entry);
 
This page took 0.023042 seconds and 4 git commands to generate.