diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-05-07 20:54:12 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-05-07 20:54:12 +0000 |
| commit | 1238eeed5aedf104eb97a6988973b00690d3a19e (patch) | |
| tree | f4713b4df0cf0d96d769407816d02db1537c9c35 /lib/libc | |
| parent | 3ce1dfc1a84884fc776f31fc5f39c2fe8ac280c5 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/getpwent.c | 1 |
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); |
