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;
|
struct iter *iter = cursor;
|
||||||
|
|
||||||
if (iter->certs) {
|
if (iter->certs) {
|
||||||
int ret;
|
hx509_certs_end_seq(context, iter->certs, iter->cursor);
|
||||||
ret = hx509_certs_end_seq(context, iter->certs, iter->cursor);
|
|
||||||
hx509_certs_free(&iter->certs);
|
hx509_certs_free(&iter->certs);
|
||||||
} else {
|
} else {
|
||||||
CFRelease(iter->searchRef);
|
CFRelease(iter->searchRef);
|
||||||
|
Reference in New Issue
Block a user