parent ab589e68
...@@ -437,7 +437,7 @@ get_match_data(VRT_CTX, struct vmod_selector_set *set, const char *method) ...@@ -437,7 +437,7 @@ get_match_data(VRT_CTX, struct vmod_selector_set *set, const char *method)
return (NULL); return (NULL);
} }
task->len = sizeof(*match); task->len = sizeof(*match);
task->free = NULL; AZ(task->methods);
match = (struct match_data *)task->priv; match = (struct match_data *)task->priv;
match->magic = MATCH_DATA_MAGIC; match->magic = MATCH_DATA_MAGIC;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment