Add VRT_CTX to priv_task fini method

parent 75c5aaad
......@@ -304,9 +304,11 @@ tus_server__fini(struct VPFX(tus_server) **tussrvp)
*/
static void
tus_task_free(void *ptr)
tus_task_free(VRT_CTX, void *ptr)
{
struct tus_response *r;
(void) ctx;
CAST_OBJ_NOTNULL(r, ptr, VMOD_TUS_RESPONSE_MAGIC);
if (r->fcore == NULL)
return;
......
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