r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
authorAndrew Tridgell <tridge@samba.org>
Sun, 3 Oct 2004 00:04:30 +0000 (00:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:34 +0000 (12:59 -0500)
commit6c563887f1b9b8c842309a523e88b6f2a32db10f
tree98b960d98d095cfc1596c51316842f12f622881b
parent294d1ae35c09432a41e5a07a3aa1884bfb9a93be
r2791: got rid of talloc_unreference() and instead created talloc_unlink(),
which is much clearer and simpler to use. It removes a specific parent
from a pointer, no matter whether that parent is a "reference" or a
direct parent. This gives complete control over the free process.
source/include/talloc.h
source/lib/talloc.c
source/torture/local/talloc.c
talloc_guide.txt