Fabian Maurer : crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck).
Module: wine Branch: master Commit: b34ea10112227a0d8554c81fc093c0cf6e1bc1b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b34ea10112227a0d8554c81fc0... Author: Fabian Maurer <dark.shadow4(a)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(a)web.de> Signed-off-by: Alexandre Julliard <julliard(a)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 {
participants (1)
-
Alexandre Julliard