Skip to content
Commit 16ed9d42 authored by mooninite1's avatar mooninite1 Committed by Ray Strode
Browse files

kerberos: fix leak in verify_identity

The kerberos API allocates credentials on the heap, when iterating
over a credential collection (for each iteration).

This commit makes sure each of those credentials is freed.

https://bugzilla.gnome.org/show_bug.cgi?id=726353
parent d020a841
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment