No longer need to delete system heap critical section.

This commit is contained in:
Alexandre Julliard 1999-03-20 07:18:26 +00:00
parent a76f667d3f
commit 14200e2b4c
1 changed files with 0 additions and 2 deletions

View File

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