don't corrupt the heap by storing unneeded values in the wrong places
[reactos.git] / reactos / lib / sdk / crt / stdio / popen.c
index bb6f93c..199c3d9 100644 (file)
@@ -117,7 +117,7 @@ FILE *_tpopen (const _TCHAR *cm, const _TCHAR *md) /* program name, pipe mode */
       CloseHandle(hReadPipe);
     }
 
-  pf->_tmpfname = ProcessInformation.hProcess;
+  //pf->_tmpfname = ProcessInformation.hProcess;
 
   return( pf );
 }