mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix memory leak, reported by Coverity.
CID: 1229996
This commit is contained in:
parent
41ae64f374
commit
eb4e5b0ad5
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ login_handle_redirection(struct connection *conn, struct pdu *response)
|
|||
|
||||
log_debugx("received redirection to \"%s\"", target_address);
|
||||
kernel_modify(conn, target_address);
|
||||
keys_delete(response_keys);
|
||||
}
|
||||
|
||||
static struct pdu *
|
||||
|
|
|
|||
Loading…
Reference in a new issue