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

View File

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