---
������dlls/windowscodecs/icnsformat.c | 2 +-
������1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/windowscodecs/icnsformat.c b/dlls/windowscodecs/icnsformat.c
index 54c7707..5d48a1a 100644
--- a/dlls/windowscodecs/icnsformat.c
+++ b/dlls/windowscodecs/icnsformat.c
@@ -179,7 +179,7 @@ static ULONG WINAPI IcnsFrameEncode_Release(IWICBitmapFrameEncode *iface)
������ ������ ������ ������ ������if (This->icns_image != NULL)
������ ������ ������ ������ ������ ������ ������HeapFree(GetProcessHeap(), 0, This->icns_image);
-������ ������ ������ ������ IWICBitmapFrameEncode_Release(&This->encoder->IWICBitmapFrameEncode_iface);
+������ ������ ������ ������ IWICBitmapEncoder_Release(&This->encoder->IWICBitmapEncoder_iface);
������ ������ ������ ������ ������HeapFree(GetProcessHeap(), 0, This);
������ ������ ������}
--
2.3.2 (Apple Git-55)