Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Valgrind revealed a mem leak when specifying the tls key through both the config JSON file and the CLI. This was because memory allocated through strdup via the nvme_get_ctrl_attr() while fetching the tls key was not getting freed. Fix it. Signed-off-by: Martin George <[email protected]>
- Loading branch information