Commit af5c45aa authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

dmusic: Remove useless NULL check (Coverity).

parent b9647585
......@@ -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)
......
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