mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 12:07:02 +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
|
@ -8,5 +8,6 @@ void log_hex(rfc3161_context *ct, int priority, char *id,
|
|||
unsigned char *content, int content_length);
|
||||
int set_params(rfc3161_context *ct, char *conf_file, char *conf_wd);
|
||||
static char *rand_string(char *str, size_t size);
|
||||
void free_uts_context(rfc3161_context *context);
|
||||
int g_uts_sig_up;
|
||||
int g_uts_sig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue