fixed usage of PACE_SEC_clear_free

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@419 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-05-18 11:41:34 +00:00
parent 201f2f33b2
commit 5cfe7d0443

View File

@@ -1317,7 +1317,7 @@ err:
if (hash_cert_desc)
BUF_MEM_free(hash_cert_desc);
if (sec)
PACE_SEC_clean_free(sec);
PACE_SEC_clear_free(sec);
if (bio_stdout)
BIO_free_all(bio_stdout);