]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix Coverity issue in the NVDIMM driver
authorRobert Herndon <Robert.Herndon@Dell.com>
Thu, 13 Oct 2022 17:02:28 +0000 (12:02 -0500)
committerDavid Bright <dab@FreeBSD.org>
Thu, 23 Feb 2023 02:42:12 +0000 (20:42 -0600)
commit3ff497061b3323021ae5f8cceed075fc2bc25e40
tree4270edfc85264850ce64899c9115d1bb13f46ffc
parent453aa7fac9894945282bcf6ef55c9ebaaa1d7e40
Fix Coverity issue in the NVDIMM driver

Summary:
Coverity reports a potential memory leak in the nvdimm
driver. Examination shows it's real; fix it.

Sponsored by: Dell Technologies
MFC after: 1w

Test Plan: Changes in use at $WORK

Reviewers: robert.herndon_dell.com, vangyzen, bret_ketchum_dell.com

Subscribers: imp, badger

Differential Revision: https://reviews.freebsd.org/D38676
sys/dev/nvdimm/nvdimm_acpi.c