ignore the error from the free function.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24876 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -560,8 +560,7 @@ keychain_iter_end(hx509_context context,
|
||||
struct iter *iter = cursor;
|
||||
|
||||
if (iter->certs) {
|
||||
int ret;
|
||||
ret = hx509_certs_end_seq(context, iter->certs, iter->cursor);
|
||||
hx509_certs_end_seq(context, iter->certs, iter->cursor);
|
||||
hx509_certs_free(&iter->certs);
|
||||
} else {
|
||||
CFRelease(iter->searchRef);
|
||||
|
Reference in New Issue
Block a user