Index: src/krb524/krb524d.c =================================================================== *** src/krb524/krb524d.c.orig Mon Aug 23 00:06:40 2004 --- src/krb524/krb524d.c Mon Aug 23 00:20:59 2004 *************** *** 370,377 **** if (debug) printf("reply written\n"); /* If we have keys to clean up, do so.*/ - if (v5tkt->enc_part2) - krb5_free_enc_tkt_part(context, v5tkt->enc_part2); if (v5_service_key.contents) krb5_free_keyblock_contents(context, &v5_service_key); if (v4_service_key.contents) --- 370,375 ----