One use of target_mourn_interior seems to have been missed in 
bc1e6c81
gdb/ChangeLog:
2016-09-23  Jon Turney  <jon.turney@dronecode.org.uk>
	* windows-nat.c (windows_delete_thread): Adjusting call to
	target_mourn_inferior to include ptid_t argument.
 
+2016-09-23  Jon Turney  <jon.turney@dronecode.org.uk>
+
+       * windows-nat.c (windows_delete_thread): Adjusting call to
+       target_mourn_inferior to include ptid_t argument.
+
 2016-09-23  Tom Tromey  <tom@tromey.com>
 
        * utils.h (make_cleanup_dyn_string_delete): Remove declaration.
 
        break;
     }
 
-  target_mourn_inferior ();    /* Or just windows_mourn_inferior?  */
+  target_mourn_inferior (inferior_ptid);       /* Or just windows_mourn_inferior?  */
 }
 
 static void