mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
add FIXME
This commit is contained in:
parent
ba88622498
commit
ae31932c4f
@ -138,6 +138,7 @@ fhandler_pipe::dup (fhandler_base *child)
|
||||
|
||||
fhandler_pipe *ftp = (fhandler_pipe *) child;
|
||||
|
||||
/* FIXME: This leaks handles in the failing condition */
|
||||
if (guard == NULL)
|
||||
ftp->guard = NULL;
|
||||
else if (!DuplicateHandle (hMainProc, guard, hMainProc, &ftp->guard, 0, 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user