Commit c4ab47a7 authored by Geoff Simmons's avatar Geoff Simmons

Update signature of task_match fini (changed in Varnish).

parent 7542fa6c
......@@ -58,9 +58,11 @@ const char * const rewrite_name[] = {
};
static void
free_task_match(void *p)
free_task_match(VRT_CTX, void *p)
{
task_match_t *task_match;
(void)ctx;
CAST_OBJ_NOTNULL(task_match, p, TASK_MATCH_MAGIC);
if (task_match->vre2 != NULL)
vre2_fini(&task_match->vre2);
......
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