(__rpc_thread_destroy): No need to free authnone_private_s.

This commit is contained in:
Ulrich Drepper 2002-04-20 19:08:20 +00:00
parent b0754e9ddc
commit 5a20853c07

View 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);