summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2006-04-09 23:49:36 +0000
committerneilbrown <neilbrown>2006-04-09 23:49:36 +0000
commit802e3cfc690a5b1f7d5d7ecd102dd44297b21160 (patch)
tree4481e94b09f819f757b0a092a739204ffa6b4599 /ChangeLog
parent930119075722c6e2e42a5f20ec4c42579ea6cf1a (diff)
downloadnfs-utils-802e3cfc690a5b1f7d5d7ecd102dd44297b21160.tar.gz
nfs-utils-802e3cfc690a5b1f7d5d7ecd102dd44297b21160.tar.xz
nfs-utils-802e3cfc690a5b1f7d5d7ecd102dd44297b21160.zip
2006-04-10 kwc@citi.umich.edu
Fix memory leak of the AUTH structure on context negotiations Free AUTH structure after completing context negotiation and sending context information to the kernel.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fdc5cc..ff32fbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
2006-04-10 kwc@citi.umich.edu
+ Fix memory leak of the AUTH structure on context negotiations
+
+ Free AUTH structure after completing context negotiation and sending
+ context information to the kernel.
+
+2006-04-10 kwc@citi.umich.edu
Fix support/include/config.h.in such as would be done be running autoheader.
2006-03-28 NeilBrown <neilb@suse.de>