Add VRT_CTX to fini method

parent f1811c6e
...@@ -94,7 +94,9 @@ ref_var(struct vmod_globalvar_var *v) ...@@ -94,7 +94,9 @@ ref_var(struct vmod_globalvar_var *v)
} }
static void static void
task_unref_var(void *ptr) { task_unref_var(VRT_CTX, void *ptr) {
(void) ctx;
unref_var((struct vmod_globalvar_var *) ptr); unref_var((struct vmod_globalvar_var *) ptr);
} }
......
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