Commit b34ea101 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck).

parent 67756774
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment