mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Merge b2abfdc6fd into 2b8afc6c68
This commit is contained in:
commit
d08aa10bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -1062,7 +1062,7 @@ tls_session_free(struct tls_session *session, bool clear)
|
|||
/* we don't need clear=true for this call since
|
||||
* the structs are part of session and get cleared
|
||||
* as part of session */
|
||||
key_state_free(&session->key[i], false);
|
||||
key_state_free(&session->key[i], true);
|
||||
}
|
||||
|
||||
free(session->common_name);
|
||||
|
|
|
|||
Loading…
Reference in a new issue