mshtml: Fix copy and paste error.

Michael Stefaniuc mstefani at redhat.de
Tue Feb 19 08:17:08 CST 2013


---
 dlls/mshtml/npplugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/npplugin.c b/dlls/mshtml/npplugin.c
index aa74961..e681568 100644
--- a/dlls/mshtml/npplugin.c
+++ b/dlls/mshtml/npplugin.c
@@ -470,7 +470,7 @@ static ULONG WINAPI WindowForBindingUI_AddRef(IWindowForBindingUI *iface)
 static ULONG WINAPI WindowForBindingUI_Release(IWindowForBindingUI *iface)
 {
     InstallCallback *This = impl_from_IWindowForBindingUI(iface);
-    return IBindStatusCallback_AddRef(&This->IBindStatusCallback_iface);
+    return IBindStatusCallback_Release(&This->IBindStatusCallback_iface);
 }
 
 static HRESULT WINAPI WindowForBindingUI_GetWindow(IWindowForBindingUI *iface, REFGUID rguidReason, HWND *phwnd)
-- 
1.7.7.6



More information about the wine-patches mailing list