s4:ldb-samba Use temp talloc contexts and talloc_steal avoid leaks.
authorAndrew Bartlett <abartlet@samba.org>
Tue, 1 Sep 2009 01:59:50 +0000 (11:59 +1000)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Fri, 2 Oct 2009 10:45:01 +0000 (12:45 +0200)
commit38f87f40bfd7892043d49009067ae28431279580
treeded4df4df76f7671469ed3c634c9756f11b7331c
parent8bf517d340b4abbbcbda39c35e449d3c896a3728
s4:ldb-samba Use temp talloc contexts and talloc_steal avoid leaks.

We would use the mem_ctx for internal work, but previously we did not
clean it up on exit.

Andrew Bartlett
source4/lib/ldb-samba/ldif_handlers.c