about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-23 22:06:25 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-23 22:06:25 +0000
commit47ae3942144cdf43f231a1f8b6b3720a427dbdeb (patch)
tree5dbe5ba4f09b38cc1448238f07a5a2167ae136f7 /ChangeLog
parentb9b9a51e4911b17e75b39fd3db9f7268e233ce20 (diff)
downloadglibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.tar.gz
glibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.tar.xz
glibc-47ae3942144cdf43f231a1f8b6b3720a427dbdeb.zip
Update.
	* nis/ypclnt.c (yp_all): Free the dom_binding object after
	unwinding it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6643aa3ff1..146af5d4b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
 
+	* nis/ypclnt.c (yp_all): Free the dom_binding object after
+	unwinding it.
+
 	* grp/initgroups.c (getgrouplist): Don't copy too much into the
 	user buffer if more groups are found than fit into it.