diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2013-10-14 11:08:48 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-10-22 08:53:46 +0200 |
commit | 278cc6555abf28d60394e5696c7885608a7924aa (patch) | |
tree | 135ea550127cc5e67e0bda42c0166ffd56e6294f /src/examples | |
parent | 92d67a0fa2de353cc930d498653856cef1574025 (diff) | |
download | sssd-278cc6555abf28d60394e5696c7885608a7924aa.tar.gz sssd-278cc6555abf28d60394e5696c7885608a7924aa.tar.xz sssd-278cc6555abf28d60394e5696c7885608a7924aa.zip |
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'
Diffstat (limited to 'src/examples')
0 files changed, 0 insertions, 0 deletions