diff --git a/dlls/crypt32/context.c b/dlls/crypt32/context.c index a5b749f86a..959d0c9d8d 100644 --- a/dlls/crypt32/context.c +++ b/dlls/crypt32/context.c @@ -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); }