Skip to content

Commit 991f166

Browse files
committed
re-merge misc.c
1 parent df04242 commit 991f166

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

misc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,9 +1138,6 @@ freeargs(arglist *args)
11381138
{
11391139
u_int i;
11401140

1141-
if (args == NULL)
1142-
return;
1143-
if (args->list != NULL && args->num < args->nalloc) {
11441141
if (args == NULL)
11451142
return;
11461143
if (args->list != NULL && args->num < args->nalloc) {

0 commit comments

Comments
 (0)