| 625 | } |
| 626 | |
| 627 | void attr_check_free(struct attr_check *check) |
| 628 | { |
| 629 | if (check) { |
| 630 | /* Remove check from the check vector */ |
| 631 | check_vector_remove(check); |
| 632 | |
| 633 | attr_check_clear(check); |
| 634 | free(check); |
| 635 | } |
| 636 | } |
| 637 | |
| 638 | static const char *builtin_attr[] = { |
| 639 | "[attr]binary -diff -merge -text", |