summaryrefslogtreecommitdiff
path: root/usr.sbin/rpcbind
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-07-16 22:12:06 +0000
committerBrian Somers <brian@FreeBSD.org>2001-07-16 22:12:06 +0000
commitabca534c5b8c92ddd0e70a08ff4845d171a8fc00 (patch)
treeecc5dda8e4a88662f4d69321df5283ec2730b6fc /usr.sbin/rpcbind
parentaa008d0cf272b80e4d1dab32a113ff7b533ec71e (diff)
Notes
Diffstat (limited to 'usr.sbin/rpcbind')
-rw-r--r--usr.sbin/rpcbind/rpcb_svc_com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c
index c4a3c5660d17..eeded613d671 100644
--- a/usr.sbin/rpcbind/rpcb_svc_com.c
+++ b/usr.sbin/rpcbind/rpcb_svc_com.c
@@ -1069,8 +1069,8 @@ netbufdup(struct netbuf *ap)
static void
netbuffree(struct netbuf *ap)
{
- free(ap);
free(ap->buf);
+ free(ap);
}