diff options
Diffstat (limited to 'source3/libads')
-rw-r--r-- | source3/libads/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libads/ldap.c b/source3/libads/ldap.c index 7a59da5a6d..04754f4e9e 100644 --- a/source3/libads/ldap.c +++ b/source3/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 */ } |