forked from Telodendria/Telodendria
Fix leak in TlsOpenSSL.
This commit is contained in:
parent
af776c64a7
commit
a24c27bf4f
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ error:
|
|||
SSL_CTX_free(cookie->ctx);
|
||||
}
|
||||
|
||||
Free(cookie);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue