about summary refs log tree commit diff
path: root/sunrpc/clnt_perr.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-24 08:53:30 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-24 08:53:30 +0000
commitc81459e7d88b97b5f9c3d08a04148e795bce326a (patch)
tree75e15e9a9b412904a6bcb42c52cadef84b0be10f /sunrpc/clnt_perr.c
parent0e255b9c271d3e316e74f6f70b05fdac90284576 (diff)
downloadglibc-c81459e7d88b97b5f9c3d08a04148e795bce326a.tar.gz
glibc-c81459e7d88b97b5f9c3d08a04148e795bce326a.tar.xz
glibc-c81459e7d88b97b5f9c3d08a04148e795bce326a.zip
Update.
2000-08-24  Ulrich Drepper  <drepper@redhat.com>

	* 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.
Diffstat (limited to 'sunrpc/clnt_perr.c')
-rw-r--r--sunrpc/clnt_perr.c8
1 files changed, 8 insertions, 0 deletions
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);