wmp: Forward from a Release to a Release method.

This commit is contained in:
Michael Stefaniuc 2015-03-31 14:25:07 +02:00 committed by Alexandre Julliard
parent 7b664095aa
commit dbf8bde146
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ static ULONG WINAPI OleControl_AddRef(IOleControl *iface)
static ULONG WINAPI OleControl_Release(IOleControl *iface)
{
WindowsMediaPlayer *This = impl_from_IOleControl(iface);
return IOleObject_AddRef(&This->IOleObject_iface);
return IOleObject_Release(&This->IOleObject_iface);
}
static HRESULT WINAPI OleControl_GetControlInfo(IOleControl *iface, CONTROLINFO *pCI)