mciwave: Favour return over ExitThread.
This commit is contained in:
parent
db921ef7dc
commit
2ac86feb63
|
@ -85,9 +85,6 @@ static DWORD CALLBACK MCI_SCAStarter(LPVOID arg)
|
|||
TRACE("In thread after async command (%08x,%08lx,%08lx)\n",
|
||||
sca->wDevID, sca->dwParam1, sca->dwParam2);
|
||||
HeapFree(GetProcessHeap(), 0, sca);
|
||||
ExitThread(ret);
|
||||
WARN("Should not happen ? what's wrong\n");
|
||||
/* should not go after this point */
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue