Remove extra NULL-check before free(3).
This commit is contained in:
parent
bcf5255764
commit
00f6082b98
@ -710,8 +710,7 @@ main(int argc, char *argv[])
|
||||
(*sl->sl_recv)(sl);
|
||||
}
|
||||
}
|
||||
if (fdsr)
|
||||
free(fdsr);
|
||||
free(fdsr);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user