Attention is currently required from: fixeria.
1 comment:
File src/osmux_input.c:
Patch Set #1, Line 737: /* DEPRECATED: Use talloc_free() instead (will call osmux_xfrm_input_talloc_destructor()) */
What are the benefits of using a talloc destructor? If I allocate something with talloc, then yes, I […]
I chose to use a talloc destructor because it makes it easier to destroy the object when the parent object is destroy and make sure stuff is not left around. This is useful for existing users to transition to the new talloc allocated API, since they don't need necessarily to care about finding out where to destroy the object in the existing code.
To view, visit change 29528. To unsubscribe, or for help writing mail filters, visit settings.