Michael Stefaniuc : strmbase: Remove an unused assignment (PVS-Studio).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 22 15:20:45 CST 2015


Module: wine
Branch: master
Commit: 0f2eca579d884a8ffeb4da4459e1f263f5049393
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0f2eca579d884a8ffeb4da4459e1f263f5049393

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jan 22 10:58:17 2015 +0100

strmbase: Remove an unused assignment (PVS-Studio).

---

 dlls/strmbase/dllfunc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/strmbase/dllfunc.c b/dlls/strmbase/dllfunc.c
index d36c919..61ec283 100644
--- a/dlls/strmbase/dllfunc.c
+++ b/dlls/strmbase/dllfunc.c
@@ -169,7 +169,7 @@ HRESULT WINAPI AMovieDllRegisterServer2(BOOL bRegister)
     if (bRegister)
         hr = SetupRegisterAllClasses(g_Templates, g_cTemplates, szFileName, TRUE );
 
-    hr = CoInitialize(NULL);
+    CoInitialize(NULL);
 
     TRACE("Getting IFilterMapper2\r\n");
     hr = CoCreateInstance(&CLSID_FilterMapper2, NULL, CLSCTX_INPROC_SERVER,




More information about the wine-cvs mailing list