]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix memory leak in t_cc.c
authorGreg Hudson <ghudson@mit.edu>
Sun, 24 Jan 2021 14:59:57 +0000 (09:59 -0500)
committerGreg Hudson <ghudson@mit.edu>
Sun, 24 Jan 2021 14:59:57 +0000 (09:59 -0500)
commit44fb8f29abc69c3b2d28676245426ce8bc30a834
tree531941380b54264404a0d4883cf2539537caf75d
parent5f5e29c5fd7b4977b6df477240d48c2ec4b31a2a
Fix memory leak in t_cc.c

In test_order() (added by commit
722b77ba31ea4e2937e6820f0fe4a19a7445e8fc), release the cursor and
ccache before returning.
src/lib/krb5/ccache/t_cc.c