Remove an unnecessary freeaddrinfo() call, since errx() would free all
authorlteo <lteo@openbsd.org>
Thu, 1 Jan 2015 03:27:56 +0000 (03:27 +0000)
committerlteo <lteo@openbsd.org>
Thu, 1 Jan 2015 03:27:56 +0000 (03:27 +0000)
commit8bdddb99b5105fb1d4c7213a5a8d5b4227c8d631
tree9d2ec1d4a127be969ad28b61899f005498ce7b2d
parent31414e4ed3959a96c26e66084735218a74e03260
Remove an unnecessary freeaddrinfo() call, since errx() would free all
the memory including the one allocated by the earlier getaddrinfo()
(pointed out by claudio@).

feedback from claudio@
ok bluhm@
usr.sbin/tcpdrop/tcpdrop.c