[PATCH 1/3] tag-utils: use the tag_opt_list_t as talloc context, if possible.

2012-12-16 Thread da...@tethera.net
From: David Bremner This code is no less correct than the previous version, since it does not make sense for the array to live longer than the wrapping struct. By not relying on the context passed into tag_parse_line, we can allow tag_op_list_t structures to live longer than

[PATCH 1/3] tag-utils: use the tag_opt_list_t as talloc context, if possible.

2012-12-16 Thread david
From: David Bremner brem...@debian.org This code is no less correct than the previous version, since it does not make sense for the array to live longer than the wrapping struct. By not relying on the context passed into tag_parse_line, we can allow tag_op_list_t structures to live longer than