mciwave: Favour return over ExitThread.

This commit is contained in:
Jörg Höhle 2009-11-03 00:35:17 +01:00 committed by Alexandre Julliard
parent db921ef7dc
commit 2ac86feb63
1 changed files with 0 additions and 3 deletions

View File

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