s4-gensec: prevent a double free in the error path of GSSAPI auth
commitbf1f2d4eb8c35ca4547993f33a1e19ff0c3c03c2
authorAndrew Tridgell <tridge@samba.org>
Thu, 23 Sep 2010 05:28:58 +0000 (22 22:28 -0700)
committerAndrew Tridgell <tridge@samba.org>
Thu, 23 Sep 2010 07:17:57 +0000 (23 07:17 +0000)
treea5cd4c3f656aeaee51aa996fcd56c62e5a175272
parent202525db1339805af5d5e837712b0aa834e8f5e0
s4-gensec: prevent a double free in the error path of GSSAPI auth

the caller frees mem_ctx, so we shouldn't

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/auth/gensec/socket.c