Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / winbind
commit9423d5afb71e272298f4858d82f436e19ee2b07f
authorJeremy Allison <jra@samba.org>
Fri, 2 Aug 2013 22:03:39 +0000 (2 15:03 -0700)
committerSimo Sorce <idra@samba.org>
Sat, 24 Aug 2013 00:28:28 +0000 (24 02:28 +0200)
treecae89a0bc85778d493c80727dbc38714ab0378f7
parent3ddb77f7d8d56376661c9ad26acbb32dc7e6e40d
Fix bug #10063 - source3/lib/util.c:1493 leaking memory w/ pam_winbind.so / winbind

Don't use talloc_tos() in something that can be linked to in pam_winbindd.so

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
Autobuild-User(master): Simo Sorce <idra@samba.org>
Autobuild-Date(master): Sat Aug 24 02:28:28 CEST 2013 on sn-devel-104
source3/lib/util.c