K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-06-10T14:48:10.951667Z K 7 svn:log V 323 MFC r299495: r299495 (by cem): libkrb5: Fix potential double-free If krb5_make_principal fails, tmp_creds.server may remain a pointer to freed memory and then be double-freed. After freeing it the first time, initialize it to NULL, which causes subsequent krb5_free_principal calls to do the right thing. CID: 1273430 END