free null cleanup finale
Don't check for NULL before calling OPENSSL_free Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
		@@ -728,8 +728,7 @@ int CMS_SignerInfo_sign(CMS_SignerInfo *si)
 | 
			
		||||
    return 1;
 | 
			
		||||
 | 
			
		||||
 err:
 | 
			
		||||
    if (abuf)
 | 
			
		||||
        OPENSSL_free(abuf);
 | 
			
		||||
    OPENSSL_free(abuf);
 | 
			
		||||
    EVP_MD_CTX_cleanup(mctx);
 | 
			
		||||
    return 0;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user