dsound: Remove redundant null pointer check (Coverity).
commitd597ea8f03027483ca08bb191d9929656992e590
authorNikolay Sivov <nsivov@codeweavers.com>
Mon, 6 Jun 2016 08:14:38 +0000 (6 11:14 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Jun 2016 13:18:14 +0000 (6 22:18 +0900)
treec3c75fd6864daa1762ed51a775945023b3cef247
parent15616e65809f99e6916d00cc7c4646077f6f5aeb
dsound: Remove redundant null pointer check (Coverity).

IAudioClient instance could be expected to be valid at this point.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dsound/primary.c