set pointer before freeing

This commit is contained in:
Love Hornquist Astrand
2009-11-03 23:34:48 -08:00
parent 79597c6a3a
commit 7d6291e128

View File

@@ -44,7 +44,7 @@ krb5_mk_error(krb5_context context,
int *client_usec,
krb5_data *reply)
{
const char *e_text2;
const char *e_text2 = NULL;
KRB_ERROR msg;
krb5_timestamp sec;
int32_t usec;