mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
Removed extra call to TASK_StartTask.
This commit is contained in:
parent
2487ccea81
commit
3c9cf42d00
1 changed files with 0 additions and 5 deletions
|
@ -1017,11 +1017,6 @@ HINSTANCE16 WINAPI LoadModule16( LPCSTR name, LPVOID paramBlock )
|
||||||
|
|
||||||
if (params->hEnvironment) GlobalUnlock16( params->hEnvironment );
|
if (params->hEnvironment) GlobalUnlock16( params->hEnvironment );
|
||||||
HeapFree( GetProcessHeap(), 0, new_cmd_line );
|
HeapFree( GetProcessHeap(), 0, new_cmd_line );
|
||||||
|
|
||||||
/* Start task */
|
|
||||||
|
|
||||||
if (pdb) TASK_StartTask( pdb->task );
|
|
||||||
|
|
||||||
return hInstance;
|
return hInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue