mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
* pexecute.c (pwait): Syntax fix for previous change.
From-SVN: r111326
This commit is contained in:
committed by
Ben Elliston
parent
8f629dc528
commit
f49712d833
@@ -1,3 +1,7 @@
|
||||
2006-02-21 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* pexecute.c (pwait): Syntax fix for previous change.
|
||||
|
||||
2006-02-17 Uttam Pawar <uttamp@us.ibm.com>
|
||||
|
||||
* pexecute.c (pwait): Free vector pointer.
|
||||
|
||||
@@ -102,7 +102,7 @@ pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED)
|
||||
vector = XNEWVEC (int, idx);
|
||||
if (!pex_get_status (pex, idx, vector))
|
||||
{
|
||||
free (vector)
|
||||
free (vector);
|
||||
return -1;
|
||||
}
|
||||
*status = vector[pid];
|
||||
|
||||
Reference in New Issue
Block a user