I have a krb5_free_context at the end. And I only see the memory issue when I use krb5_get_credentials from a realm with which I have a cross realms relation.
Markus "Russ Allbery" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Markus Moeller <[EMAIL PROTECTED]> writes: > >> I am using a call to krb5_get_credentials which seems to create a memory >> leak. If I look into prof_get.c it says profile_free_list() would be the >> public exportable function to free the memory, but how do I get the >> pointer to the memory to free ? > > Usually, profile allocations are going to be stored in the context and > will be freed when you free the context. > > -- > Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> > ________________________________________________ > Kerberos mailing list [email protected] > https://mailman.mit.edu/mailman/listinfo/kerberos > ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
