X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fdsound%2Fpropset.c;h=5007fccb3ca88f39eae3633bf7921c1fe473cc53;hp=70a8e0d9f24d958ff2ed1357896f87d3db233c1f;hb=71ca03ec6a9b36ab150e17bb4b1bac2072e2c749;hpb=927ff64daee3ba65e91f13cdca9424dd0a777ecf diff --git a/rostests/winetests/dsound/propset.c b/rostests/winetests/dsound/propset.c index 70a8e0d9f24..5007fccb3ca 100644 --- a/rostests/winetests/dsound/propset.c +++ b/rostests/winetests/dsound/propset.c @@ -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,