Fix memory leak, reported by Coverity.
CID: 1229996
This commit is contained in:
parent
41ae64f374
commit
eb4e5b0ad5
@ -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…
x
Reference in New Issue
Block a user