diff options
Diffstat (limited to 'auth-krb5.c')
-rw-r--r-- | auth-krb5.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-krb5.c b/auth-krb5.c index 922c66c66..ff1462ad1 100644 --- a/auth-krb5.c +++ b/auth-krb5.c | |||
@@ -181,8 +181,7 @@ auth_krb5_password(Authctxt *authctxt, const char *password) | |||
181 | out: | 181 | out: |
182 | restore_uid(); | 182 | restore_uid(); |
183 | 183 | ||
184 | if (platform_client != NULL) | 184 | free(platform_client); |
185 | xfree(platform_client); | ||
186 | 185 | ||
187 | if (problem) { | 186 | if (problem) { |
188 | if (ccache) | 187 | if (ccache) |