summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1996-05-07 20:54:12 +0000
committerBill Paul <wpaul@FreeBSD.org>1996-05-07 20:54:12 +0000
commit1238eeed5aedf104eb97a6988973b00690d3a19e (patch)
treef4713b4df0cf0d96d769407816d02db1537c9c35 /lib/libc
parent3ce1dfc1a84884fc776f31fc5f39c2fe8ac280c5 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getpwent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/getpwent.c b/lib/libc/gen/getpwent.c
index 052d150dc138..3dd7afbda1fb 100644
--- a/lib/libc/gen/getpwent.c
+++ b/lib/libc/gen/getpwent.c
@@ -653,7 +653,6 @@ _havemaster(char *_pw_yp_domain)
if (yp_first(_pw_yp_domain, "master.passwd.byname",
&key, &keylen, &result, &resultlen)) {
- free(result);
return 0;
}
free(result);