]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__rpc_thread_destroy): No need to free authnone_private_s.
authorUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 19:08:20 +0000 (19:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 19:08:20 +0000 (19:08 +0000)
sunrpc/rpc_thread.c

index d0dc40b55968fb589a67ecdf42efe76714c9a683..7f2e3517497337bc40e939e1593bc44360e8762a 100644 (file)
@@ -26,7 +26,6 @@ __rpc_thread_destroy (void)
                __rpc_thread_svc_cleanup ();
                __rpc_thread_clnt_cleanup ();
                __rpc_thread_key_cleanup ();
-               free (tvp->authnone_private_s);
                free (tvp->clnt_perr_buf_s);
                free (tvp->clntraw_private_s);
                free (tvp->svcraw_private_s);