mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
free the output of gnutls_session_get_desc
This commit is contained in:
@@ -784,6 +784,8 @@ void session_info_send(worker_st * ws)
|
||||
send_msg_to_main(ws, CMD_SESSION_INFO, &msg,
|
||||
(pack_size_func) session_info_msg__get_packed_size,
|
||||
(pack_func) session_info_msg__pack);
|
||||
|
||||
gnutls_free(msg.tls_ciphersuite);
|
||||
}
|
||||
|
||||
static
|
||||
|
||||
Reference in New Issue
Block a user