diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2003-01-03 16:28:45 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2003-01-03 16:28:45 +0000 |
| commit | f7de358516d442bd8cb8e9afb880ddeb51922bf5 (patch) | |
| tree | 808ee9c5aa7e441817b5af66a1927b286bef8daa /src/kdc/ChangeLog | |
| parent | d88ee5d0f84679bc05e28c6e3a80cfb57a947210 (diff) | |
* main.c: On exit, free more allocated memory, including:
realm_tcp_ports data, kdc_realmlist, close the replay cache, and
free the lookaside cache.
* network.c (FREE_SET_DATA): Do not free a NULL pointer.
* replay.c, kdc_util.h: Add kdc_free_lookaside() to clear the lookaside
cache on shutdown - to search for memory leaks.
* rtest.c (main): Do not allocate or free a NULL pointer.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15080 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
| -rw-r--r-- | src/kdc/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index 4f771c656..0e58dece8 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,16 @@ +2003-01-03 Ezra Peisach <epeisach@bu.edu> + + * main.c: On exit, free more allocated memory, including: + realm_tcp_ports data, kdc_realmlist, close the replay cache, and + free the lookaside cache. + + * network.c (FREE_SET_DATA): Do not free a NULL pointer. + + * replay.c, kdc_util.h: Add kdc_free_lookaside() to clear the lookaside + cache on shutdown - to search for memory leaks. + + * rtest.c (main): Do not allocate or free a NULL pointer. + 2002-12-30 Ken Raeburn <raeburn@mit.edu> * kerberos_v4.c (process_v4): Use a temporary variable for the |
