r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Aug 2007 03:01:59 +0000 (03:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:29 +0000 (15:01 -0500)
commit58d9f6ed9dc054f4046be660353f1fb627145911
tree892c345ed404867904ea36ded7f4c917c58b60b6
parentb351641c6ebcffd89c8e5e9cdae0f92528f12e05
r24246: Avoid the annoying 'probable memory leak in ldb' messages, by fixing
some issues in the NBT server (this was a false positive, but easily
worked around) and DRSUAPI server.

We should take care not to use the ldb_context as a talloc pool, and
to always ensure that any results from ldb_search() are moved off that
pool with talloc_steal or talloc_free().

To work around the issue in provision, for which I can find no fault
(other than a lot of work being done in provision), I've moved the
detector trigger to 400 additional blocks.

This fixes Bug #4810 by <mwallnoefer@yahoo.de>

Andrew Bartlett
(This used to be commit 42bcf856203ae3cf43130519904828a143ac8d18)
source4/lib/db_wrap.c
source4/nbt_server/dgram/netlogon.c
source4/rpc_server/drsuapi/dcesrv_drsuapi.c