278cc65 krb5: Use right function to free data.

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    krb5: Use right function to free data.
    
    In function create_empty_cred, krb5_creds was aloocated using calloc,
    but krb5_free_creds was used to remove this creds in done section.
    Therefore clang static analyzer repoted this as warning:
    Potential leak of memory pointed to by 'cred'