fix ya typo

This commit is contained in:
Christopher Faylor 2005-12-22 05:23:51 +00:00
parent 67cd42db4c
commit 3962fad137
1 changed files with 2 additions and 1 deletions

View File

@ -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>