Remove extra NULL-check before free(3).

This commit is contained in:
Hiroki Sato 2016-12-31 09:52:00 +00:00
parent bcf5255764
commit 00f6082b98
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310893

View File

@ -710,8 +710,7 @@ main(int argc, char *argv[])
(*sl->sl_recv)(sl); (*sl->sl_recv)(sl);
} }
} }
if (fdsr) free(fdsr);
free(fdsr);
} }
static int static int