diff --git a/src/ext/equix/hashx/src/context.c b/src/ext/equix/hashx/src/context.c index de2144d46c..8548fb7ffa 100644 --- a/src/ext/equix/hashx/src/context.c +++ b/src/ext/equix/hashx/src/context.c @@ -41,6 +41,7 @@ hashx_ctx* hashx_alloc(hashx_type type) { goto failure; } ctx->code = NULL; + ctx->type = 0; if (type & HASHX_COMPILED) { if (!hashx_compiler_init(ctx)) { goto failure;