Silence code analyzers, check correct variable for NULL.
This commit is contained in:
parent
f269a0ce5b
commit
7aebf8ebd2
@ -157,7 +157,7 @@ static DWORD WINAPI audin_oss_thread_func(LPVOID arg)
|
||||
UINT error = 0;
|
||||
DWORD status;
|
||||
|
||||
if (arg == NULL)
|
||||
if (oss == NULL)
|
||||
{
|
||||
error = ERROR_INVALID_PARAMETER;
|
||||
goto err_out;
|
||||
|
Loading…
Reference in New Issue
Block a user