mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
revert r55794, the problem is elsewhere
svn path=/trunk/; revision=55796
This commit is contained in:
parent
7c480c24b8
commit
def6dd986d
1 changed files with 2 additions and 2 deletions
|
@ -963,10 +963,10 @@ void msvcrt_free_io(void)
|
|||
fclose(&_iob[2]);
|
||||
|
||||
for(i=0; i<sizeof(__pioinfo)/sizeof(__pioinfo[0]); i++)
|
||||
if(__pioinfo[i]) free(__pioinfo[i]);
|
||||
free(__pioinfo[i]);
|
||||
|
||||
for(i=0; i<sizeof(fstream)/sizeof(fstream[0]); i++)
|
||||
if(fstream[i]) free(fstream[i]);
|
||||
free(fstream[i]);
|
||||
|
||||
file_cs.DebugInfo->Spare[0] = 0;
|
||||
DeleteCriticalSection(&file_cs);
|
||||
|
|
Loading…
Reference in a new issue