diff --git a/src/util.js.c b/src/util.js.c index cd423159..f9e3ee79 100644 --- a/src/util.js.c +++ b/src/util.js.c @@ -365,6 +365,7 @@ static JSValue _util_mask_bytes(JSContext* context, JSValueConst this_val, int a tf_free(copy); } } + JS_FreeValue(context, buffer); return result; }