shell32: Forward IExtractIconA::Release to IExtractIconW:Release.

This commit is contained in:
Michael Stefaniuc 2012-01-27 14:30:58 +01:00 committed by Alexandre Julliard
parent 5718c0bc22
commit 725db4d19d

View file

@ -440,7 +440,7 @@ static ULONG WINAPI IExtractIconA_fnRelease(IExtractIconA * iface)
{
IExtractIconW *This = impl_from_IExtractIconA(iface);
return IExtractIconW_AddRef(This);
return IExtractIconW_Release(This);
}
/**************************************************************************
* IExtractIconA_GetIconLocation