mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-26 19:00:02 +00:00
93c3923462
To avoid needs for keeping local temporary references for attributes, now one can use ea_lookup_tmp() to ensure that the attributes are valid and stored until the task ends. After that, the attributes are automatically unref'd and also deallocated if needed.