mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(__rpc_thread_destroy): No need to free authnone_private_s.
This commit is contained in:
parent
b0754e9ddc
commit
5a20853c07
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user