Kaydet (Commit) 9b00a564 authored tarafından Neal Norwitz's avatar Neal Norwitz

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

üst 711e7f00
...@@ -5153,7 +5153,7 @@ wait_helper(int pid, int status, struct rusage *ru) ...@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment