diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 21:52:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-09 21:52:40 +0000 |
commit | f6bacb8ef4dfcee39864d6383e3660d8ac267d23 (patch) | |
tree | 44358c8479ad58985dd4270f7a7910c58d62e742 /ChangeLog | |
parent | aa693c68be9fc19b88bef6806c77b8b4afa7a438 (diff) | |
download | glibc-f6bacb8ef4dfcee39864d6383e3660d8ac267d23.tar.gz |
[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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |