| commit | 49c5494ff83ded3bc93f74182adbd49536f226c6 | [log] [tgz] |
|---|---|---|
| author | Michael Stefaniuc <mstefani@redhat.de> | Thu May 20 01:15:22 2010 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu May 20 13:47:52 2010 +0200 |
| tree | 9ba9cf0ce88233a7d0daa810ba2ad1685a80e457 | |
| parent | 63512e8e98457fd3ba33423a6760c02267c4a352 [diff] |
msxml3: Remove redundant "not NULL" check of the punk arg.
diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c index aae8a34..d72d20b 100644 --- a/dlls/msxml3/domdoc.c +++ b/dlls/msxml3/domdoc.c
@@ -2177,8 +2177,7 @@ return S_OK; } - if ( punk ) - IUnknown_AddRef( punk ); + IUnknown_AddRef( punk ); if(This->site) IUnknown_Release( This->site );