Merge branch 'master' into parser-data
This commit is contained in:
@@ -1321,6 +1321,10 @@ address_parser_response_t *address_parser_parse(char *address, char *language, c
|
||||
tokenized_string_destroy(tokenized_str);
|
||||
cstring_array_destroy(token_labels);
|
||||
|
||||
if (is_normalized) {
|
||||
free(normalized);
|
||||
}
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user