diff options
-rw-r--r-- | src/kdc/kdc_authdata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kdc/kdc_authdata.c b/src/kdc/kdc_authdata.c index 9c7fdfaad..a1acdfd1a 100644 --- a/src/kdc/kdc_authdata.c +++ b/src/kdc/kdc_authdata.c @@ -238,6 +238,7 @@ load_authdata_plugins(krb5_context context) authdata_systems[k].plugin_context = pctx; k++; } + krb5int_free_plugin_dir_data(authdata_plugins_ftables); } n_authdata_systems = k; /* Add the end-of-list marker. */ |