Oops, one more leak fix that was sitting on this machine.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3832 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-02-08 03:04:57 +00:00
parent 07b4f2b08f
commit 557ae6ee5a

View File

@ -209,6 +209,7 @@ static bool _serialize_storeInternal(tf_task_t* task, tf_taskstub_t* to, buffer_
_serialize_writeInt32(buffer, kArrayBuffer);
_serialize_writeInt32(buffer, (int32_t)size);
_buffer_append(buffer, bytes, size);
JS_FreeValue(tf_task_get_context(task), typed);
}
else if (JS_IsArray(tf_task_get_context(task), value))
{