mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Make talloctort call talloc_describe_all before exiting
This commit is contained in:
@ -56,6 +56,8 @@ int main(void)
|
||||
talloc_pool_size(ctx[i]) >> 10);
|
||||
}
|
||||
|
||||
printf("%s", talloc_describe_all(ctx[0]));
|
||||
|
||||
for (i = NCTX - 1; i >= 0; i--)
|
||||
talloc_destroy(ctx[i]);
|
||||
|
||||
|
Reference in New Issue
Block a user