mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
Removed extra call to TASK_StartTask.
This commit is contained in:
parent
2487ccea81
commit
3c9cf42d00
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user