Commit 78baaf93 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Assert condition that can occur only in case of a bug.

parent c479ea63
......@@ -173,6 +173,7 @@ void Context_CopyProperties(const void *to, const void *from,
toProperties = Context_GetProperties((void *)to, contextSize);
fromProperties = Context_GetProperties((void *)from, contextSize);
assert(toProperties && fromProperties);
ContextPropertyList_Copy(toProperties, fromProperties);
}
......
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