diff options
-rw-r--r-- | winsup/cygwin/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index db04ffeb7..c3dfbf4ea 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -9,7 +9,8 @@ (winpids:add): Remove copied stuff. Try to put process handle into pinfo in question and use _onreturn class to control when to close it. (winpids::release): Remove use of copied array. Free procinfo when - hProc is NULL. Otherwise call release and call CloseHandle on hProc. + hProcess is NULL. Otherwise call release and call CloseHandle on + hProcess. * pinfo.h (winpids::copied): Remove throughout class. 2005-12-21 Christopher Faylor <cgf@timesys.com> |