Add free_principal_e_data KDB method Add an optional method to kdb_vftabl to free e_data pointer in a principal entry, in case it was populated by a module using a more complex structure than a single memory region. [ghudson@mit.edu: handled minor version bump; simplified code; rewrote commit message] https://github.com/krb5/krb5/commit/87d8d1c6da227ff9410413de39ee64e4566429e5 Author: Andreas Schneider Committer: Greg Hudson Commit: 87d8d1c6da227ff9410413de39ee64e4566429e5 Branch: master src/include/kdb.h | 11 +++++++++++ src/lib/kdb/kdb5.c | 14 +++++++++++++- 2 files changed, 24 insertions(+), 1 deletions(-)