1
0
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:
Martin Pool
-
parent 86abefc172
commit 4877501da9

View File

@ -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]);