dmusic: Remove useless NULL check (Coverity).
This commit is contained in:
parent
b964758543
commit
af5c45aac0
|
@ -100,8 +100,7 @@ static void test_dmusic(void)
|
|||
|
||||
if (port)
|
||||
IDirectMusicPort_Release(port);
|
||||
if (dmusic)
|
||||
IDirectMusic_Release(dmusic);
|
||||
IDirectMusic_Release(dmusic);
|
||||
}
|
||||
|
||||
START_TEST(dmusic)
|
||||
|
|
Loading…
Reference in New Issue