Commit 14200e2b authored by Alexandre Julliard's avatar Alexandre Julliard

No longer need to delete system heap critical section.

parent a76f667d
......@@ -762,8 +762,6 @@ static void called_at_exit(void)
#endif /* X_DISPLAY_MISSING */
COLOR_Cleanup();
WINSOCK_Shutdown();
/* FIXME: should check for other processes or threads */
DeleteCriticalSection( HEAP_SystemLock );
CONSOLE_Close();
}
......
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