Don't call DeleteCriticalSection on static critical section (wine-patch by Piotr Caban)

svn path=/trunk/; revision=68801
This commit is contained in:
Christoph von Wittich 2015-08-23 09:05:26 +00:00
parent 6a5d1d8b58
commit c8ce68e92f

View file

@ -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);
}
/*********************************************************************