]> granicus.if.org Git - sudo/commit
Add efree() for consistency with emalloc() et al. Allows us to rely
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 Mar 2005 14:29:47 +0000 (14:29 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 29 Mar 2005 14:29:47 +0000 (14:29 +0000)
commit304dc46d7f807c0d3d571026f0ef2fa084e56fc8
treecf64865dd0f767cf09297368e51f6bc42795e8cc
parent9efe91fa1e1360b320c2c3b513c3313a91850318
Add efree() for consistency with emalloc() et al.  Allows us to rely
on C89 behavior (free(NULL) is valid) even on K&R.
19 files changed:
alias.c
alloc.c
check.c
defaults.c
find_path.c
gram.c
gram.y
interfaces.c
ldap.c
logging.c
match.c
mon_systrace.c
pwutil.c
redblack.c
sudo.c
sudo.h
toke.c
toke.l
visudo.c