2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +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

@@ -151,7 +151,7 @@ _warning(int errnum, const char *fmt, va_list ap)
sudo_printf(SUDO_CONV_ERROR_MSG,
_("%s: %s\n"), getprogname(), str ? str : "(null)");
}
efree(str);
sudo_efree(str);
}
/*