(nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection of...
authorUlrich Drepper <drepper@redhat.com>
Thu, 22 Sep 2005 14:35:11 +0000 (14:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 22 Sep 2005 14:35:11 +0000 (14:35 +0000)
nscd/nscd_getpw_r.c

index 61a712c..e8e4d73 100644 (file)
@@ -227,8 +227,6 @@ nscd_getpw_r (const char *key, size_t keylen, request_type type,
          mapped = NO_MAPPING;
        }
 
-      free (resultbuf);
-
       goto retry;
     }