diff options
Diffstat (limited to 'proxy/src')
-rw-r--r-- | proxy/src/gp_config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gp_config.c b/proxy/src/gp_config.c index 40d1f55..c2919a8 100644 --- a/proxy/src/gp_config.c +++ b/proxy/src/gp_config.c @@ -38,6 +38,7 @@ static void gp_service_free(struct gp_service *svc) free(svc->krb5.principal); free(svc->krb5.keytab); free(svc->krb5.ccache); + free(svc->krb5.client_keytab); } gp_free_creds_handle(&svc->creds_handle); memset(svc, 0, sizeof(struct gp_service)); |