svn commit: samba r2791 - in branches/SAMBA_4_0: . source/include source/lib source/torture/local

tridge at samba.org tridge at samba.org
Sun Oct 3 00:04:30 GMT 2004


Author: tridge
Date: 2004-10-03 00:04:30 +0000 (Sun, 03 Oct 2004)
New Revision: 2791

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0&rev=2791&nolog=1

Log:
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.


Modified:
   branches/SAMBA_4_0/source/include/talloc.h
   branches/SAMBA_4_0/source/lib/talloc.c
   branches/SAMBA_4_0/source/torture/local/talloc.c
   branches/SAMBA_4_0/talloc_guide.txt


Changeset:
Sorry, the patch is too large (368 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0&rev=2791&nolog=1


More information about the samba-cvs mailing list