reset pcre_extra NULL
This commit is contained in:
parent
47dcc6921b
commit
7171c2b195
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ node * r3_node_create() {
|
||||||
n->endpoint = 0;
|
n->endpoint = 0;
|
||||||
n->combined_pattern = NULL;
|
n->combined_pattern = NULL;
|
||||||
n->pcre_pattern = NULL;
|
n->pcre_pattern = NULL;
|
||||||
|
n->pcre_extra = NULL;
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue