Damn Coverity. I can't even sneak in a leak any more. :-)

This commit is contained in:
Neal Norwitz 2006-03-20 08:47:12 +00:00
parent 711e7f00ca
commit 9b00a56464
1 changed files with 1 additions and 1 deletions

View File

@ -5153,7 +5153,7 @@ wait_helper(int pid, int status, struct rusage *ru)
return NULL; return NULL;
} }
return Py_BuildValue("iiO", pid, status, result); return Py_BuildValue("iiN", pid, status, result);
} }
#endif /* HAVE_WAIT3 || HAVE_WAIT4 */ #endif /* HAVE_WAIT3 || HAVE_WAIT4 */