* main.c: On exit, free more allocated memory, including:
authorEzra Peisach <epeisach@mit.edu>
Fri, 3 Jan 2003 16:28:45 +0000 (16:28 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 3 Jan 2003 16:28:45 +0000 (16:28 +0000)
commitf7de358516d442bd8cb8e9afb880ddeb51922bf5
tree808ee9c5aa7e441817b5af66a1927b286bef8daa
parentd88ee5d0f84679bc05e28c6e3a80cfb57a947210
* 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
src/kdc/ChangeLog
src/kdc/kdc_util.h
src/kdc/main.c
src/kdc/network.c
src/kdc/replay.c
src/kdc/rtest.c