Skip to content

Commit

Permalink
MFC r271366 (by mav@):
Browse files Browse the repository at this point in the history
Fix memory leak, reported by Coverity.
  • Loading branch information
trasz committed Nov 29, 2014
1 parent 1fc4976 commit 93b5034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr.sbin/iscsid/login.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,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 *
Expand Down

0 comments on commit 93b5034

Please sign in to comment.