Update node.c
Fix
This commit is contained in:
parent
6c0b3c3e90
commit
4910382090
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ node * r3_tree_insert_pathn(node *tree, char *route, int route_len, void * route
|
|||
r3_tree_append_edge(e->child, e2);
|
||||
|
||||
// truncate the original edge pattern
|
||||
free(e->pattern);
|
||||
|
||||
e->pattern = strndup(e->pattern, dl);
|
||||
e->pattern_len = dl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue