]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix minor leak when loading GSS mechanisms 987/head
authorGreg Hudson <ghudson@mit.edu>
Wed, 16 Oct 2019 19:16:54 +0000 (15:16 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 21 Oct 2019 21:27:25 +0000 (17:27 -0400)
commitd09215c926834d8fa5b4bdb98967bf6c9ff8fda4
tree30531bd421858da25f20aaae0b0091af9a821676
parentbd321c9caa6dc4b034bc3279a1af39af4c41210d
Fix minor leak when loading GSS mechanisms

When gssint_get_mechanism() loads a GSS mech, it must clear errinfo if
krb5int_open_plugin() or krb5int_get_plugin_func() returns an error.
src/lib/gssapi/mechglue/g_initialize.c