mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
fix some memory leaks on openssl context cleanup
This commit is contained in:
parent
aa97d4699d
commit
236f0cf04c
5 changed files with 23 additions and 8 deletions
|
@ -20,6 +20,7 @@ typedef struct {
|
|||
int loglevel;
|
||||
const char *http_options[40];
|
||||
TS_RESP_CTX *ts_ctx;
|
||||
CONF *conf;
|
||||
} rfc3161_context;
|
||||
|
||||
struct rfc3161_option {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue