]> git.cworth.org Git - fips/commitdiff
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)
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.


No differences found