Removed extra call to TASK_StartTask.

oldstable
Alexandre Julliard 1999-04-18 14:44:26 +00:00
parent 2487ccea81
commit 3c9cf42d00
1 changed files with 0 additions and 5 deletions

View File

@ -1017,11 +1017,6 @@ HINSTANCE16 WINAPI LoadModule16( LPCSTR name, LPVOID paramBlock )
if (params->hEnvironment) GlobalUnlock16( params->hEnvironment );
HeapFree( GetProcessHeap(), 0, new_cmd_line );
/* Start task */
if (pdb) TASK_StartTask( pdb->task );
return hInstance;
}