Commit 2294d3ba authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcrt: Don't call DeleteCriticalSection on static critical section.

parent 125f3151
......@@ -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);
}
/*********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment