(nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection of GC runs.

This commit is contained in:
Ulrich Drepper 2005-09-22 14:35:11 +00:00
parent 5eac47606b
commit 06cdec09ed

View File

@ -227,8 +227,6 @@ nscd_getpw_r (const char *key, size_t keylen, request_type type,
mapped = NO_MAPPING;
}
free (resultbuf);
goto retry;
}