From b34ea10112227a0d8554c81fc093c0cf6e1bc1b7 Mon Sep 17 00:00:00 2001 From: Fabian Maurer Date: Tue, 3 Oct 2017 17:44:54 +0200 Subject: [PATCH] crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck). Signed-off-by: Fabian Maurer Signed-off-by: Alexandre Julliard --- dlls/crypt32/collectionstore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/crypt32/collectionstore.c b/dlls/crypt32/collectionstore.c index 8b902704530..2c2398d7455 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 {