Stop library before checking for mem leaks
authorMatt Caswell <matt@openssl.org>
Tue, 9 Feb 2016 22:09:56 +0000 (22:09 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 9 Feb 2016 23:29:31 +0000 (23:29 +0000)
commit38a6d7f89a6d060b7d463cbdd15eada434bb2d69
tree29fbd286760addb9d953bd35c9c4c5eff92ddd9b
parent7839b735d884cfa10d18c39c79fea48b97fcb634
Stop library before checking for mem leaks

With the new init framework resources aren't released until the process
exits. This means checking for mem leaks before that point finds a lot of
things! We should explicitly close down the library if we're checking for
mem leaks.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/mem_dbg.c