Silence code analyzers, check correct variable for NULL.

This commit is contained in:
Armin Novak 2018-10-25 13:08:16 +02:00
parent f269a0ce5b
commit 7aebf8ebd2

View File

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