Ticket: 6299
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21362
dc483132-0cff-0310-8789-
dd5450dbe970
* Written by Frank Dabek July 1998
* Updated by Jeffrey Altman June 2006
*
- * Copyright 1998, 1999, 2006 by the Massachusetts Institute of Technology.
+ * Copyright 1998, 1999, 2006, 2008 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* Export of this software from the United States of America may
}
if (err == ccIteratorEnd) { err = ccErrCredentialsNotFound; }
+ if (iterator) {
+ err = cc_credentials_iterator_release(iterator);
+ }
+
if (!err) {
cache_changed ();
}