60748f6 p11_child: fix a memory leak and other memory mangement issues

1 file Authored by sbose 4 years ago, Committed by jhrozek 4 years ago,
    p11_child: fix a memory leak and other memory mangement issues
    
    EVP_MD_CTX_create() was called without matching EVP_MD_CTX_destroy().
    
    Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>