lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_internal...
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jun 2016 23:48:42 +0000 (16:48 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 3 Jul 2016 12:26:17 +0000 (14:26 +0200)
commitf877191fee61bc066687154044c0af28e356ee27
treebbe2ae18488d4f7fb0f6fbd6d8aceddc94efcd91
parentfde0d0de71d4b670189555745b8155613aace599
lib: talloc: As we have a struct talloc_chunk * in _talloc_free_children_internal(), use it to call _tc_free_internal() directly.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/talloc/talloc.c