Commit 2ac86feb authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

mciwave: Favour return over ExitThread.

parent db921ef7
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment