mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CRT]
Don't call DeleteCriticalSection on static critical section (wine-patch by Piotr Caban) svn path=/trunk/; revision=68801
This commit is contained in:
@@ -1050,8 +1050,6 @@ void msvcrt_free_io(void)
|
||||
|
||||
for(i=0; i<sizeof(fstream)/sizeof(fstream[0]); i++)
|
||||
free(fstream[i]);
|
||||
|
||||
DeleteCriticalSection(&file_cs);
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user