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
