Austin Clements <aclements at csail.mit.edu> writes: > + void *local = talloc_new (NULL); What's the advantage of using a local talloc context here? Is this just an optimization? d