s3-auth Fix memory leak in security=share and force user =
authorAndrew Bartlett <abartlet@samba.org>
Fri, 11 Feb 2011 00:34:56 +0000 (11:34 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 Feb 2011 00:08:19 +0000 (01:08 +0100)
commit1354d3dc747344390302e3fd2a202ff372985a9c
treeea9f1c51df82d4361896eff8b30413e8996afaba
parentdce69c29e7a6c6e5f818bed21cb251b1a5f60556
s3-auth Fix memory leak in security=share and force user =

In these cases, the server_info was not stolen onto a long term memory
context, and so remained on the NULL context where it was created.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Wed Feb 16 01:08:19 CET 2011 on sn-devel-104
source3/auth/auth_util.c