Fabian Maurer : crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck).

Alexandre Julliard julliard at winehq.org
Tue Oct 3 15:39:53 CDT 2017


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

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Tue Oct  3 17:44:54 2017 +0200

crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck).

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/crypt32/collectionstore.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/crypt32/collectionstore.c b/dlls/crypt32/collectionstore.c
index 8b90270..2c2398d 100644
--- a/dlls/crypt32/collectionstore.c
+++ b/dlls/crypt32/collectionstore.c
@@ -164,7 +164,6 @@ static context_t *CRYPT_CollectionAdvanceEnum(WINE_COLLECTIONSTORE *store,
         Context_AddRef(child);
         child = contextFuncs->enumContext(storeEntry->store, child);
         Context_Release(prev);
-        prev = NULL;
     }
     else
     {




More information about the wine-cvs mailing list