On Freitag, 15. Januar 2010, Erik Faye-Lund wrote: > @@ -729,7 +729,7 @@ static pid_t mingw_spawnve(const char *cmd, const char > **argv, char **env, return -1; > } > CloseHandle(pi.hThread); > - return (pid_t)pi.hProcess; > + return (pid_t)pi.dwProcessId; > } You are not using the pi.hProcess anymore, so you must close it. -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html