Freeing memory when in a loop

Tom Yu tlyu at MIT.EDU
Fri Nov 10 20:47:59 EST 2006


In general, you should never call free() directly on an object
allocated by the krb5 API.  You should use the appropriate krb5 API
free function instead.

---Tom



More information about the Kerberos mailing list