Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/utmp.c: Don't check for NULL before free(3)
free(NULL) is valid; there's no need to check for NULL. Simplify. Fixes: 5178f8c ("utmp: call prepare_utmp() even if utent is NULL") Signed-off-by: Alejandro Colomar <[email protected]>
- Loading branch information