summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-09-22 14:35:11 +0000
committerUlrich Drepper <drepper@redhat.com>2005-09-22 14:35:11 +0000
commit06cdec09ed9d0935e9259fa36b28949bbe406163 (patch)
treec87352b2d2f94906f879bc62a66d865a5adfca23 /nscd
parent5eac47606bdec9aa2c4ea52bc0c907b5bb54c4b8 (diff)
(nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection of GC runs.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/nscd_getpw_r.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nscd/nscd_getpw_r.c b/nscd/nscd_getpw_r.c
index 61a712c6b4..e8e4d7364f 100644
--- a/nscd/nscd_getpw_r.c
+++ b/nscd/nscd_getpw_r.c
@@ -227,8 +227,6 @@ nscd_getpw_r (const char *key, size_t keylen, request_type type,
mapped = NO_MAPPING;
}
- free (resultbuf);
-
goto retry;
}