mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 15:50:06 +00:00
3e4370cf2b
Adjust all callers. Free res object content before returning.
19 lines
528 B
Plaintext
19 lines
528 B
Plaintext
2006-05-04 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
|
|
Adjust all callers.
|
|
Free res object content before returning.
|
|
|
|
* sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
|
|
|
|
* sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
|
|
client->cl_auth.
|
|
|
|
* sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
|
|
cleanup for initial thread, just the free call on TVP.
|
|
|
|
* nscd/gai.c (__getline): Define.
|
|
|
|
|
|
See ChangeLog.16 for earlier changes.
|