diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1996-05-07 20:51:52 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1996-05-07 20:51:52 +0000 |
| commit | 03cee47d84c536278f1f0e3bc211f079a4a1279c (patch) | |
| tree | afa4fcb74c8b7a420e6113c72c6c2b26348e4cb5 /lib | |
| parent | 110f70b8524f32e102517e7f36ab0a36c135b42d (diff) | |
Notes
Diffstat (limited to 'lib')
| -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); |
