Fix a valgrind error
commitaa4377561b691e2c5108c18aeb34fff39d8775df
authorVolker Lendecke <vl@samba.org>
Tue, 25 Mar 2008 21:35:20 +0000 (25 22:35 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 25 Mar 2008 22:36:13 +0000 (25 23:36 +0100)
treea8727fbc7b3d2b28d7ec9cd314d95b211ead7d91
parent559cd9e5a7fac3ce3769d457132cdcb28569b93d
Fix a valgrind error

In winbind, we're using the info3 struct to send it to the winbind client after
netsamlogon_cache_store. Without this info3->base.account_name.string was
prematurely freed.
source/libsmb/samlogon_cache.c