diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-22 14:36:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-22 14:36:18 +0000 |
commit | 2024f7d4eb34437e887fb0553fa033dc698593a3 (patch) | |
tree | 4516d318ef947afa16981eb8d1b6c24dd193dc2a | |
parent | 06cdec09ed9d0935e9259fa36b28949bbe406163 (diff) | |
download | glibc-2024f7d4eb34437e887fb0553fa033dc698593a3.tar.gz glibc-2024f7d4eb34437e887fb0553fa033dc698593a3.tar.xz glibc-2024f7d4eb34437e887fb0553fa033dc698593a3.zip |
[BZ #1363]
2005-09-22 Ulrich Drepper <drepper@redhat.com> [BZ #1363] * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped free call in code handling detection of GC runs.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9f4e285687..ea6ff35b60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-09-22 Ulrich Drepper <drepper@redhat.com> + + [BZ #1363] + * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped + free call in code handling detection of GC runs. + 2005-09-22 Roland McGrath <roland@redhat.com> * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for |