no need to check for null on derPubKey
This commit is contained in:
parent
81343835e7
commit
391f2f7c4a
@ -756,10 +756,7 @@ CleanUp:
|
||||
wf_report_error(NULL, hr);
|
||||
}
|
||||
|
||||
if (NULL != derPubKey)
|
||||
{
|
||||
free(derPubKey);
|
||||
}
|
||||
|
||||
if (NULL != pChainContext)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user