msvcrt: Don't call DeleteCriticalSection on static critical section.
This commit is contained in:
parent
125f3151cb
commit
2294d3ba45
|
@ -1197,8 +1197,6 @@ void msvcrt_free_io(void)
|
|||
|
||||
for(i=0; i<sizeof(MSVCRT_fstream)/sizeof(MSVCRT_fstream[0]); i++)
|
||||
MSVCRT_free(MSVCRT_fstream[i]);
|
||||
|
||||
DeleteCriticalSection(&MSVCRT_file_cs);
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
|
|
Loading…
Reference in New Issue