Fix memory leak in gss_krb5int_copy_ccache
authorGreg Hudson <ghudson@mit.edu>
Wed, 9 Sep 2009 15:17:09 +0000 (15:17 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 9 Sep 2009 15:17:09 +0000 (15:17 +0000)
commitf84d8ab6ec6b5a509844af9874b11ae8a139343b
treeb7890290c4539599b7ba7d8353953541183a2c59
parent2a7f20f7b92263cb3c67580c4bf40f7bf3deeb5b
Fix memory leak in gss_krb5int_copy_ccache

gss_krb5int_copy_ccache was iterating over credentials in a ccache
without freeing them.

ticket: 6558
tags: pullup
target_version: 1.7.1

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22718 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/krb5/copy_ccache.c