*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / prologue-value.c
index 4ad4d6c828fb57760c413449d60fbbef582fc781..d95588a3dcabbfca65ec3ee8e3a381fb623b8c69 100644 (file)
@@ -1,5 +1,5 @@
 /* Prologue value handling for GDB.
-   Copyright 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.024204 seconds and 4 git commands to generate.