From c81459e7d88b97b5f9c3d08a04148e795bce326a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Aug 2000 08:53:30 +0000 Subject: Update. 2000-08-24 Ulrich Drepper * resolv/res_hconf.c (free_mem): Remove not needed if. * time/tzset.c (free_mem): New function. * string/strsignal.c (free_mem): New function. * inet/inet_ntoa.c (free_mem): New function. * sunrpc/clnt_perr.c (free_mem): New function. --- sunrpc/clnt_perr.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sunrpc/clnt_perr.c') diff --git a/sunrpc/clnt_perr.c b/sunrpc/clnt_perr.c index ba95d07ce8..6c33c32d2f 100644 --- a/sunrpc/clnt_perr.c +++ b/sunrpc/clnt_perr.c @@ -383,3 +383,11 @@ auth_errmsg (enum auth_stat stat) } return NULL; } + + +static void __attribute__ ((unused)) +free_mem (void) +{ + free (buf); +} +text_set_element (__libc_subfreeres, free_mem); -- cgit 1.4.1