reset pcre_extra NULL

This commit is contained in:
c9s 2014-06-04 15:59:13 +08:00
parent 47dcc6921b
commit 7171c2b195

View file

@ -438,6 +438,7 @@ node * r3_node_create() {
n->endpoint = 0;
n->combined_pattern = NULL;
n->pcre_pattern = NULL;
n->pcre_extra = NULL;
return n;
}