aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-04 18:23:32 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-04 18:23:32 +0000
commit48be31142a07498609795d7c172a923919e4a477 (patch)
tree61069ac469711ba9275d365d8ca65a968e2943e1 /ChangeLog
parentca4fce0e1ece616c6f34d549469d26d787141a89 (diff)
downloadglibc-48be31142a07498609795d7c172a923919e4a477.zip
glibc-48be31142a07498609795d7c172a923919e4a477.tar.gz
glibc-48be31142a07498609795d7c172a923919e4a477.tar.bz2
* sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
client->cl_auth.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 24546f5..621de2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-05-04 Ulrich Drepper <drepper@redhat.com>
+ * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
+ client->cl_auth.
+
* sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
cleanup for initial thread, just the free call on TVP.