linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.46k stars 654 forks source link

nvme: use _cleanup_free_ type buffer for get-feature command #2400

Closed ikegami-t closed 2 months ago

ikegami-t commented 3 months ago

Reduce the buffer free calls.

igaw commented 2 months ago

Thanks!