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

@@ -83,7 +83,7 @@ audit_role_change(const security_context_t old_context,
message, NULL, NULL, ttyn, 1);
if (rc <= 0)
sudo_warn(U_("unable to send audit message"));
efree(message);
sudo_efree(message);
close(au_fd);
}
@@ -299,7 +299,7 @@ get_exec_context(security_context_t old_context, const char *role, const char *t
debug_return_ptr(new_context);
bad:
efree(typebuf);
sudo_efree(typebuf);
context_free(context);
freecon(new_context);
debug_return_ptr(NULL);