2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

efree -> sudo_efree for consistency

This commit is contained in:
Todd C. Miller
2014-07-10 15:35:04 -06:00
parent 1996777cd4
commit 36a5767e3e
52 changed files with 262 additions and 262 deletions

View File

@@ -70,7 +70,7 @@ sudo_lbuf_destroy(struct sudo_lbuf *lbuf)
{
debug_decl(sudo_lbuf_destroy, SUDO_DEBUG_UTIL)
efree(lbuf->buf);
sudo_efree(lbuf->buf);
lbuf->buf = NULL;
debug_return;