* win32-nat.c: Update copyright year.
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 62a3e7cda1acb68695b8c2500151c3a4d67f4311..6063ab10b693fafc41e91dd5a9c8f8c332e39456 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-vector operations for controlling win32 child processes, for GDB.
 
-   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    Contributed by Cygnus Solutions, A Red Hat Company.
@@ -300,6 +300,7 @@ child_init_thread_list (void)
       (void) CloseHandle (here->h);
       xfree (here);
     }
+  thread_head.next = NULL;
 }
 
 /* Delete a thread from the list of threads */
This page took 0.024402 seconds and 4 git commands to generate.