Commit 14fdced3 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

dsound: Fix a memory leak in the tests.

Found by Valgrind.
parent 839e487c
......@@ -550,6 +550,7 @@ static void propset_private_tests(void)
NULL, 0, &data, sizeof(data), &bytes);
ok(rc==DS_OK, "Couldn't enumerate: 0x%x\n",rc);
}
IKsPropertySet_Release(pps);
}
static BOOL WINAPI dsenum_callback(LPGUID lpGuid, LPCSTR lpcstrDescription,
......
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