talloc/testsuite: Make explicit free behave the same as implicit free
authorSam Liddicott <sam@liddicott.com>
Fri, 10 Jul 2009 10:45:02 +0000 (11:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 24 Jul 2009 08:46:46 +0000 (10:46 +0200)
commit6526dcacb4dc08afd7dbf8aac8b122eee4c2f6d1
tree388f1a2fcf5e76e9dece626de44131f97ba634a3
parent4ed0789f096d47c68a33d2420f7cc3e559d0d9b0
talloc/testsuite: Make explicit free behave the same as implicit free

If a referenced allocation is explicitly freed the new owner
should be the same as if the same allocation is implicitly freed
(e.g. because it's owner was freed).

Signed-off-by: Sam Liddicott <sam@liddicott.com>
lib/talloc/testsuite.c