| 578 | I32* attribute_sizes; |
| 579 | |
| 580 | LASattributer() { |
| 581 | attributes_linked = TRUE; |
| 582 | number_attributes = 0; |
| 583 | attributes = 0; |
| 584 | attribute_starts = 0; |
| 585 | attribute_sizes = 0; |
| 586 | }; |
| 587 | |
| 588 | ~LASattributer() { |
| 589 | clean_attributes(); |
nothing calls this directly
no outgoing calls
no test coverage detected