summaryrefslogtreecommitdiffstats
path: root/source/libads
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-05-03 07:33:49 +0000
committerJeremy Allison <jra@samba.org>2005-05-03 07:33:49 +0000
commit185818ffad9bd88cc54a47db098b5a74ccd9a59d (patch)
treee67e7c7804733e9b894d7010b505d41bf4c5eb3c /source/libads
parent54d5dc260ef482446b31f8688477eaf3ff6aed3f (diff)
downloadsamba-185818ffad9bd88cc54a47db098b5a74ccd9a59d.tar.gz
samba-185818ffad9bd88cc54a47db098b5a74ccd9a59d.tar.xz
samba-185818ffad9bd88cc54a47db098b5a74ccd9a59d.zip
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Volker to commit. Woo Hoo ! Jeremy.
Diffstat (limited to 'source/libads')
-rw-r--r--source/libads/ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libads/ldap.c b/source/libads/ldap.c
index 7a59da5a6d3..04754f4e9e1 100644
--- a/source/libads/ldap.c
+++ b/source/libads/ldap.c
@@ -1703,7 +1703,7 @@ void ads_process_results(ADS_STRUCT *ads, void *res,
ldap_memfree(utf8_field);
}
ber_free(b, 0);
- talloc_destroy_pool(ctx);
+ talloc_free_children(ctx);
fn(NULL, NULL, data_area); /* completed an entry */
}