Kaydet (Commit) 7fc36af9 authored tarafından Pedro Giffuni's avatar Pedro Giffuni

Dereference after null check

CID:	982591
üst 76af0245
...@@ -548,9 +548,9 @@ SecurityEnvironment_NssImpl::getPersonalCertificates() throw( SecurityException ...@@ -548,9 +548,9 @@ SecurityEnvironment_NssImpl::getPersonalCertificates() throw( SecurityException
if( xcert != NULL ) if( xcert != NULL )
certsList.push_back( xcert ) ; certsList.push_back( xcert ) ;
} }
SECKEY_DestroyPrivateKeyList( priKeyList ) ;
} }
SECKEY_DestroyPrivateKeyList( priKeyList ) ;
} }
//secondly, we try to find certificate from registered private keys. //secondly, we try to find certificate from registered private keys.
......
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