Re: Close memory leaks in the kadm5 library
Nico Williams <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <CAK3OfOhQLZv8uS-b7BgyqfCeohirBaEdPkps-gejarts2so=bg@mail.gmail.com> |
I don't think you want to destroy that cache always. Looking at the _kadm5_c_get_cred_cache() path it seems that we support having default ccache with the credentials for kadmin, so we need to know if this is a memory ccache before we destroy it. The memory leak fix LGTM though. Nico --