diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-07-16 22:12:06 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-07-16 22:12:06 +0000 |
| commit | abca534c5b8c92ddd0e70a08ff4845d171a8fc00 (patch) | |
| tree | ecc5dda8e4a88662f4d69321df5283ec2730b6fc /usr.sbin/rpcbind | |
| parent | aa008d0cf272b80e4d1dab32a113ff7b533ec71e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rpcbind')
| -rw-r--r-- | usr.sbin/rpcbind/rpcb_svc_com.c | 2 |
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); } |
