aboutsummaryrefslogtreecommitdiff
path: root/libpam/pam_modutil_cleanup.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: assume free(NULL) is no-opDmitry V. Levin2023-12-141-3/+1
| | | | | The C standard guarantees that if the argument of free() is a null pointer, no action occurs.
* Relevant BUGIDs:Tomas Mraz2005-09-211-0/+19
Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.