Skip to content

Conversation

@martin-gpy
Copy link
Contributor

As per the POSIX manual, free() is NULL-safe i.e. we could call it without first checking whether the respective pointer is non-NULL. So apply that here.

Suggested-by: Martin Belanger [email protected]

As per the POSIX manual, free() is NULL-safe i.e. we could call it
without first checking whether the respective pointer is non-NULL.
So apply that here.

Suggested-by: Martin Belanger <[email protected]>
Signed-off-by: Martin George <[email protected]>
@igaw igaw merged commit 8e6bd9a into linux-nvme:master Jul 25, 2025
16 of 17 checks passed
@igaw
Copy link
Collaborator

igaw commented Jul 25, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants