1
0
Fork 0
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:
kakwa 2016-09-05 20:24:47 +02:00
parent aa97d4699d
commit 236f0cf04c
5 changed files with 23 additions and 8 deletions

View file

@ -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 {