about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-09 21:52:40 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-09 21:52:40 +0000
commitf6bacb8ef4dfcee39864d6383e3660d8ac267d23 (patch)
tree44358c8479ad58985dd4270f7a7910c58d62e742 /ChangeLog
parentaa693c68be9fc19b88bef6806c77b8b4afa7a438 (diff)
downloadglibc-f6bacb8ef4dfcee39864d6383e3660d8ac267d23.tar.gz
glibc-f6bacb8ef4dfcee39864d6383e3660d8ac267d23.tar.xz
glibc-f6bacb8ef4dfcee39864d6383e3660d8ac267d23.zip
[BZ #5541]
	* sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
	pollfd structures.
	Patch by André Cruz.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb842b907b..d70e40a72d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-01-09  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #5541]
+	* sunrpc/rpc_thread.c (__rpc_thread_destroy): Also free xports and
+	pollfd structures.
+	Patch by André Cruz.
+
 	[BZ #5545]
 	* sunrpc/clnt_perr.c (clnt_sperror): Don't use fixed size buffer.
 	(clnt_spcreateerror): Likewise.