mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
talloc: check block count aftter references test
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
2331610a2e
commit
73677875b4
@ -1317,6 +1317,7 @@ static bool test_rusty(void)
|
||||
talloc_increase_ref_count(p1);
|
||||
talloc_report_full(root, stdout);
|
||||
talloc_free(root);
|
||||
CHECK_BLOCKS("null_context", NULL, 2);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user