Commit dbf8bde1 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

wmp: Forward from a Release to a Release method.

parent 7b664095
......@@ -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)
......
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