summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-05-29 05:55:21 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-05-29 05:55:21 +0000
commitb07f123b60dc49b96577df549bd6346125668d71 (patch)
tree2034aedaea66dde84c985d81e7bffb4bff4635b2 /usr.sbin/rpcbind
parentd9082519b601758f4624a1ba255f4e5e9996c880 (diff)
downloadsrc-test2-b07f123b60dc49b96577df549bd6346125668d71.tar.gz
src-test2-b07f123b60dc49b96577df549bd6346125668d71.zip
Notes
Diffstat (limited to 'usr.sbin/rpcbind')
-rw-r--r--usr.sbin/rpcbind/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpcbind/util.c b/usr.sbin/rpcbind/util.c
index 6e86c4d92897..8cf7a6e0354d 100644
--- a/usr.sbin/rpcbind/util.c
+++ b/usr.sbin/rpcbind/util.c
@@ -396,6 +396,7 @@ network_init(void)
freeifaddrs(ifp);
#endif
+ freeaddrinfo(res);
/* close(s); */
}