2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 13:58:05 +00:00

Fix typo, efree vs. free.

This commit is contained in:
Todd C. Miller 2015-05-27 09:48:31 -06:00
parent 4131449ffb
commit c5e4c3055a

View File

@ -638,7 +638,7 @@ sudoers_policy_close(int exit_status, int error_code)
sudo_grlist_delref(user_group_list);
user_group_list = NULL;
}
efree(user_gids);
free(user_gids);
user_gids = NULL;
sudoers_debug_deregister();