* kfree.c (krb5_free_pwd_sequences): Actually free the entire sequence of passwd_phase_elements and not just the first one. In our tree, this code is only used by krb5_free_pwd_data() which is subsequently not used anywhere else. Perhaps all code pertaining to pwd data (asn.1 decoders, encoders, etc. should be removed) To generate a diff of this commit: cvs diff -r5.383 -r5.384 krb5/src/lib/krb5/krb/ChangeLog cvs diff -r5.10 -r5.11 krb5/src/lib/krb5/krb/kfree.c