summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1996-05-07 20:51:52 +0000
committerBill Paul <wpaul@FreeBSD.org>1996-05-07 20:51:52 +0000
commit03cee47d84c536278f1f0e3bc211f079a4a1279c (patch)
treeafa4fcb74c8b7a420e6113c72c6c2b26348e4cb5 /lib/libc
parent110f70b8524f32e102517e7f36ab0a36c135b42d (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);