pull up r22474 from trunk ------------------------------------------------------------------------ r22474 | epeisach | 2009-07-30 13:22:28 -0400 (Thu, 30 Jul 2009) | 7 lines ticket: 6541 subject: Fix memory leak in k5_pac_verify_server_checksum k5_pac_verify_server_checksum was leaking memory when the checksum was valid. t_pac.c: Fix memory leak by forgetting to release memory. https://github.com/krb5/krb5/commit/654c2e5f4f3f0b121b826d4bb11a236280103960 Commit By: tlyu Revision: 22809 Changed Files: U branches/krb5-1-7/src/lib/krb5/krb/pac.c U branches/krb5-1-7/src/lib/krb5/krb/t_pac.c