]> www.infradead.org Git - users/hch/nvme-cli.git/commit
nvme-cli: Fix small mem leak.
authorScott Bauer <scott.bauer@intel.com>
Thu, 21 Dec 2017 21:21:59 +0000 (14:21 -0700)
committerScott Bauer <scott.bauer@intel.com>
Thu, 21 Dec 2017 21:21:59 +0000 (14:21 -0700)
commit6bc3eb72551d474259bf938b127d704f8b51a714
treef053b73bb51a6627975d56dbafc017f2ff1e8222
parent16dccb65c891b18a3fcf69dd223c6a6ce4769b11
nvme-cli: Fix small mem leak.

Internally some people are building with asan which complains
that we're leaking that memory. So we'll fix it for them.

Signed-off-by: Scott Bauer <scott.bauer@intel.com>
nvme.c