Commit d1f00a17 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

dmband/tests: Fix a memory leak (Valgrind).

parent bb8214fe
......@@ -390,6 +390,7 @@ static void test_parsedescriptor(void)
hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc);
ok(hr == DMUS_E_INVALID_BAND,
"ParseDescriptor failed: %08x, expected DMUS_E_INVALID_BAND\n", hr);
IStream_Release(stream);
/* A category chunk adds DMUS_OBJ_DATE too */
stream = gen_riff_stream(catdate);
......
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