Accept NULL in *_free.
This commit is contained in:
@@ -203,6 +203,9 @@ SSL *s;
|
||||
{
|
||||
int i;
|
||||
|
||||
if(s == NULL)
|
||||
return;
|
||||
|
||||
i=CRYPTO_add(&s->references,-1,CRYPTO_LOCK_SSL);
|
||||
#ifdef REF_PRINT
|
||||
REF_PRINT("SSL",s);
|
||||
|
Reference in New Issue
Block a user