Fix a valgrind error
commit26f7edde6ca8d1c801a1000f6f1b290754c674c7
authorVolker Lendecke <vl@samba.org>
Tue, 25 Mar 2008 21:35:20 +0000 (25 22:35 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 27 Mar 2008 15:20:17 +0000 (27 16:20 +0100)
tree968b862d38e66c7668daa15fd3af2e14656b5fc9
parent91c9b24286227db09a79bbb25c058d741d9aac45
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.
(cherry picked from commit aa4377561b691e2c5108c18aeb34fff39d8775df)
source/libsmb/samlogon_cache.c