- applied a patch by Antti Tapaninen that fixes a memory leak

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@82 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-12-17 21:36:41 +00:00
parent 83dd7bee00
commit ef3defb297
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ int slot_connect(int id)
slot_add_private_key_object(id, i, pinfo, cert);
}
}
sc_pkcs15_free_certificate(cert);
}
return CKR_OK;