]> sourceware.org Git - newlib-cygwin.git/commitdiff
add FIXME
authorChristopher Faylor <me@cgf.cx>
Sat, 14 Dec 2002 05:10:18 +0000 (05:10 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 14 Dec 2002 05:10:18 +0000 (05:10 +0000)
winsup/cygwin/pipe.cc

index 2b711b7df7ee474363fd82c59d47df1a492b8273..bfca32e19f9bc54cb891874832497c7ea45f44e2 100644 (file)
@@ -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,
This page took 0.03275 seconds and 5 git commands to generate.