BUG: Do not leak ps FILE when the process starts but reading the header fails.
This commit is contained in:
parent
a155eacec3
commit
c31c18bb9c
|
@ -1997,8 +1997,11 @@ static void kwsysProcessKill(pid_t process_id)
|
|||
kwsysProcessKill(pid);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* We are done with the ps process. */
|
||||
if(ps)
|
||||
{
|
||||
pclose(ps);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue