Patch from Riverbed (Derrick Pallas) under the license of the files they are in:
authorLove Hörnquist Åstrand <lha@kth.se>
Wed, 25 Mar 2009 15:37:42 +0000 (15:37 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Wed, 25 Mar 2009 15:37:42 +0000 (15:37 +0000)
commitf1a7da6a553ed73785f02d9893e14a1a737bc7d8
tree05b1e225cd7b1291ed1a29c4eab21c673eb7f085
parent5e4d827e6153a833918bb2670aed9708ea3b51a5
Patch from Riverbed (Derrick Pallas) under the license of the files they are in:

memory leak in krb5_get_creds_opt->ticket

The function krb5_get_creds_opt_set_ticket copies a Ticket
into a krb5_get_cred_opt structure. However,
krb5_get_creds_opt_free does not clean up this Ticket, even
thought he manual pages indicate that it should.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24945 ec53bebd-3082-4978-b11e-865c3cabbd6b
lib/krb5/get_cred.c