Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/dmband/tests/dmband.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmband/tests/dmband.c b/dlls/dmband/tests/dmband.c index b7a3a5b2b5..29d0668219 100644 --- a/dlls/dmband/tests/dmband.c +++ b/dlls/dmband/tests/dmband.c @@ -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);
Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/dmcompos/tests/dmcompos.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmcompos/tests/dmcompos.c b/dlls/dmcompos/tests/dmcompos.c index 7063e99acd..d23f5d6dae 100644 --- a/dlls/dmcompos/tests/dmcompos.c +++ b/dlls/dmcompos/tests/dmcompos.c @@ -543,6 +543,7 @@ static void test_parsedescriptor(void) hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc); ok(hr == DMUS_E_CHUNKNOTFOUND, "ParseDescriptor failed: %08x, expected DMUS_E_CHUNKNOTFOUND\n", hr); + IStream_Release(stream);
/* All desc chunks, only DMUS_OBJ_OBJECT and DMUS_OBJ_CLASS supported */ stream = gen_riff_stream(alldesc);
On 1/22/19 9:35 PM, Sven Baars wrote:
Signed-off-by: Sven Baars sven.wine@gmail.com
Signed-off-by: Michael Stefaniuc mstefani@winehq.org
dlls/dmcompos/tests/dmcompos.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmcompos/tests/dmcompos.c b/dlls/dmcompos/tests/dmcompos.c index 7063e99acd..d23f5d6dae 100644 --- a/dlls/dmcompos/tests/dmcompos.c +++ b/dlls/dmcompos/tests/dmcompos.c @@ -543,6 +543,7 @@ static void test_parsedescriptor(void) hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc); ok(hr == DMUS_E_CHUNKNOTFOUND, "ParseDescriptor failed: %08x, expected DMUS_E_CHUNKNOTFOUND\n", hr);
IStream_Release(stream);
/* All desc chunks, only DMUS_OBJ_OBJECT and DMUS_OBJ_CLASS supported */ stream = gen_riff_stream(alldesc);
Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/dmscript/tests/dmscript.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmscript/tests/dmscript.c b/dlls/dmscript/tests/dmscript.c index 6784901cdd..ef2c17c3ca 100644 --- a/dlls/dmscript/tests/dmscript.c +++ b/dlls/dmscript/tests/dmscript.c @@ -327,6 +327,7 @@ static void test_parsedescriptor(void) hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc); ok(hr == DMUS_E_SCRIPT_INVALID_FILE, "ParseDescriptor failed: %08x, expected DMUS_E_SCRIPT_INVALID_FILE\n", hr); + IStream_Release(stream);
IDirectMusicObject_Release(dmo); }
On 1/22/19 9:35 PM, Sven Baars wrote:
Signed-off-by: Sven Baars sven.wine@gmail.com
Signed-off-by: Michael Stefaniuc mstefani@winehq.org
dlls/dmscript/tests/dmscript.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmscript/tests/dmscript.c b/dlls/dmscript/tests/dmscript.c index 6784901cdd..ef2c17c3ca 100644 --- a/dlls/dmscript/tests/dmscript.c +++ b/dlls/dmscript/tests/dmscript.c @@ -327,6 +327,7 @@ static void test_parsedescriptor(void) hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc); ok(hr == DMUS_E_SCRIPT_INVALID_FILE, "ParseDescriptor failed: %08x, expected DMUS_E_SCRIPT_INVALID_FILE\n", hr);
IStream_Release(stream);
IDirectMusicObject_Release(dmo);
}
Signed-off-by: Sven Baars sven.wine@gmail.com --- dlls/dmstyle/tests/dmstyle.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmstyle/tests/dmstyle.c b/dlls/dmstyle/tests/dmstyle.c index 4c09d44712..a94640d13d 100644 --- a/dlls/dmstyle/tests/dmstyle.c +++ b/dlls/dmstyle/tests/dmstyle.c @@ -487,6 +487,7 @@ static void test_parsedescriptor(void) hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc); ok(hr == DMUS_E_CHUNKNOTFOUND, "ParseDescriptor failed: %08x, expected DMUS_E_CHUNKNOTFOUND\n", hr); + IStream_Release(stream);
/* All desc chunks, DMUS_OBJ_CATEGORY not supported */ stream = gen_riff_stream(alldesc);
On 1/22/19 9:35 PM, Sven Baars wrote:
Signed-off-by: Sven Baars sven.wine@gmail.com
Signed-off-by: Michael Stefaniuc mstefani@winehq.org
dlls/dmstyle/tests/dmstyle.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmstyle/tests/dmstyle.c b/dlls/dmstyle/tests/dmstyle.c index 4c09d44712..a94640d13d 100644 --- a/dlls/dmstyle/tests/dmstyle.c +++ b/dlls/dmstyle/tests/dmstyle.c @@ -487,6 +487,7 @@ static void test_parsedescriptor(void) hr = IDirectMusicObject_ParseDescriptor(dmo, stream, &desc); ok(hr == DMUS_E_CHUNKNOTFOUND, "ParseDescriptor failed: %08x, expected DMUS_E_CHUNKNOTFOUND\n", hr);
IStream_Release(stream);
/* All desc chunks, DMUS_OBJ_CATEGORY not supported */ stream = gen_riff_stream(alldesc);
On 1/22/19 9:35 PM, Sven Baars wrote:
Signed-off-by: Sven Baars sven.wine@gmail.com
Signed-off-by: Michael Stefaniuc mstefani@winehq.org
dlls/dmband/tests/dmband.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dmband/tests/dmband.c b/dlls/dmband/tests/dmband.c index b7a3a5b2b5..29d0668219 100644 --- a/dlls/dmband/tests/dmband.c +++ b/dlls/dmband/tests/dmband.c @@ -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);