auth3: Fix a error path memleak
authorVolker Lendecke <vl@samba.org>
Tue, 13 Apr 2021 14:50:16 +0000 (14:50 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
commit586456662749d86db91948e11bf52fe9a11fcab8
treeb9c0ea48f8c6d1515660a542231872303541be71
parent999a412db9c2b8e46d87972ad357a8345fde1810
auth3: Fix a error path memleak

(find the missing TALLOC_FREE() in the - part of the patch...)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/auth/auth_generic.c