[fix] Moving address_parser_response_destroy into libpostal so caller can free
This commit is contained in:
@@ -107,8 +107,12 @@ static address_parser_options_t LIBPOSTAL_ADDRESS_PARSER_DEFAULT_OPTIONS = {
|
||||
.country = NULL
|
||||
};
|
||||
|
||||
void address_parser_response_destroy(address_parser_response_t *self);
|
||||
|
||||
address_parser_response_t *parse_address(char *address, address_parser_options_t options);
|
||||
|
||||
|
||||
|
||||
// Setup/teardown methods
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user