dmusic/tests: Fix a memory leak (Valgrind).
Signed-off-by: Sven Baars <sven.wine@gmail.com> Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f3e3401a0a
commit
e2ac7d4d9b
|
@ -720,6 +720,7 @@ static void test_parsedescriptor(void)
|
|||
stream = gen_riff_stream(empty);
|
||||
hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc);
|
||||
ok(hr == DMUS_E_NOTADLSCOL, "ParseDescriptor failed: %08x, expected DMUS_E_NOTADLSCOL\n", hr);
|
||||
IStream_Release(stream);
|
||||
|
||||
/* All desc chunks */
|
||||
stream = gen_riff_stream(alldesc);
|
||||
|
|
Loading…
Reference in New Issue