quartz: Forward dsound_render_qc_Release() to a release method.

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2021-08-29 14:00:17 +02:00 committed by Alexandre Julliard
parent 602a36a253
commit 21c4a25437
1 changed files with 1 additions and 1 deletions

View File

@ -955,7 +955,7 @@ static ULONG WINAPI dsound_render_qc_AddRef(IQualityControl *iface)
static ULONG WINAPI dsound_render_qc_Release(IQualityControl *iface)
{
struct dsound_render *filter = impl_from_IQualityControl(iface);
return IUnknown_AddRef(filter->filter.outer_unk);
return IUnknown_Release(filter->filter.outer_unk);
}
static HRESULT WINAPI dsound_render_qc_Notify(IQualityControl *iface,