CloseHandle on ProcessInformation structure.
+2008-01-14 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ * win32-nat.c (win32_create_inferior): Restore code calling
+ CloseHandle on ProcessInformation structure.
+
2008-01-13 Nick Hudson <nick.hudson@dsl.pipex.com>
* configure.ac: Check for void * as 3 argument of ptrace.
error (_("Error creating process %s, (error %d)."),
exec_file, (unsigned) GetLastError ());
+ CloseHandle (pi.hThread);
+ CloseHandle (pi.hProcess);
+
if (useshell && shell[0] != '\0')
saw_create = -1;
else
error (_("Error creating process %s, (error %d)."),
exec_file, (unsigned) GetLastError ());
+ CloseHandle (pi.hThread);
+ CloseHandle (pi.hProcess);
+
if (useshell && shell[0] != '\0')
saw_create = -1;
else