]> git.ipfire.org Git - thirdparty/chrony.git/commit
sched: free timer blocks on exit
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 12 Apr 2023 14:48:36 +0000 (16:48 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 13 Apr 2023 14:22:50 +0000 (16:22 +0200)
commit6ea1082a72d846c9de7e52e11cae79d804ed55a5
tree3854a0d83b99fa5472df22feb7fa1beee46d8a51
parent4f674539fddea268a1d15bf5ab2b5506b74d1f79
sched: free timer blocks on exit

Save pointers to allocated timer blocks and free them on exit. This
fixes the long-standing annoying "possibly lost" leak reported by
valgrind.
sched.c