r13998: From now on ldb_request() will require an alloced request
authorSimo Sorce <idra@samba.org>
Wed, 8 Mar 2006 01:01:14 +0000 (01:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:36 +0000 (13:52 -0500)
commite8075e6a062ce5edb84485e45d0b841c2ee2af7d
treec014ef9565451e1f0a645d2bd00748b933e72dba
parentef1b3e6368179fe86ae07b8d00e4668090175551
r13998: From now on ldb_request() will require an alloced request
By freeing the request you will be sure everything down the path get freed.

this also means you have to steal the results if you want to keep them :)

simo.
source/dsdb/samdb/ldb_modules/extended_dn.c
source/dsdb/samdb/ldb_modules/proxy.c
source/ldap_server/ldap_backend.c
source/lib/ldb/common/ldb.c
source/lib/ldb/modules/paged_results.c
source/lib/ldb/modules/sort.c
source/lib/ldb/tools/ldbsearch.c