]> git.ipfire.org Git - thirdparty/chrony.git/commit
Free allocated memory on exit
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 23 Sep 2014 11:35:38 +0000 (13:35 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 25 Sep 2014 08:57:55 +0000 (10:57 +0200)
commitf6ed7844e1ac8c25fe9ba84232c563f302beba30
treeadc220930465ad4963cd4488c63d7b3b3faf25a9
parentd4663902331a17c206570aa8b14b216b7b976598
Free allocated memory on exit

This should reduce the number of possible memory leaks reported by
valgrind. The remaining reported leaks are sched tqe allocation, async
DNS instance allocation, cmdmon response/timestamp cell allocation, and
clientlog subnet allocation.
13 files changed:
clientlog.c
conf.c
conf.h
hash.h
hash_intmd5.c
hash_nss.c
hash_tomcrypt.c
keys.c
local.c
main.c
ntp_sources.c
refclock.c
sources.c