[SCSI] lpfc 8.3.42: Fixed mailbox memory leak.
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
98bbf5f77f
commit
4aa74c3c31
1 changed files with 1 additions and 0 deletions
|
@ -4437,6 +4437,7 @@ lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
|
||||||
if (!ndlp)
|
if (!ndlp)
|
||||||
return;
|
return;
|
||||||
lpfc_issue_els_logo(vport, ndlp, 0);
|
lpfc_issue_els_logo(vport, ndlp, 0);
|
||||||
|
mempool_free(pmb, phba->mbox_mem_pool);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue