Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)
from before "if(x) free(x)".
This commit is contained in:
@@ -413,8 +413,7 @@ static void freeconfig (servtab_t *cp)
|
||||
free (cp->se_group);
|
||||
free (cp->se_server);
|
||||
for (i = 0; i < MAXARGV; i++)
|
||||
if (cp->se_argv[i])
|
||||
free (cp->se_argv[i]);
|
||||
free (cp->se_argv[i]);
|
||||
}
|
||||
|
||||
static int bump_nofile (void)
|
||||
|
Reference in New Issue
Block a user