don't corrupt the heap by storing unneeded values in the wrong places

svn path=/trunk/; revision=35992
This commit is contained in:
Christoph von Wittich 2008-09-06 16:35:48 +00:00
parent a70af7ce64
commit 0ce8a503a9

View 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 );
}