@@ -57,6 +57,9 @@ environ_free(struct environ *env)
{
structenviron_entry*envent,*envent1;
if(env==NULL)
return;
RB_FOREACH_SAFE(envent,environ,env,envent1){
RB_REMOVE(environ,env,envent);
free(envent->name);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.