]> git.cworth.org Git - fips/commit
Free all fip-allocated data when the program exits
authorCarl Worth <cworth@cworth.org>
Wed, 23 Oct 2013 00:44:04 +0000 (17:44 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 23 Oct 2013 00:44:04 +0000 (17:44 -0700)
commitcc60267c8ddfcc6681106193294da2d8221160cf
tree6aeea53842a2ea38a2eb961450e945d902e779ac
parentcff9de18eebbbbc9b88e51483f5e471afbafaac1
Free all fip-allocated data when the program exits

This isn't strictly necessary since the operating system is about to
reclaim all of this data anyway.

The only real advantage of doing this is that it enables us to see in
a valgrind report that there aren't any memory leaks due to direct
allocation by code within fips.
metrics.c