r4479: added the function talloc_autofree_context() which returns a talloc context...
authorAndrew Tridgell <tridge@samba.org>
Sun, 2 Jan 2005 12:55:33 +0000 (12:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:10 +0000 (13:08 -0500)
commitcf73dda652e0a121901f22771104be6751c0fcb9
tree30fc2302fa2d69def4f542ef10ad045b585f6293
parent4edbd1b18ee38e584cf844b64c7fcb2645921837
r4479: added the function talloc_autofree_context() which returns a talloc context that
will automatically be freed on program exit. This is useful for reducing
clutter in leak reports
source/lib/dcom/common/tables.c
source/lib/registry/common/reg_interface.c
source/lib/talloc/talloc.c
source/lib/talloc/talloc.h
source/lib/talloc/talloc_guide.txt
source/librpc/rpc/dcerpc.c