forked from cory/tildefriends
Memory leak in maskBytes.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4189 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
1548a8a852
commit
4ce988d00b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user