Fix memory leak in AtomicModifyWrite (#4944)
This patch fixes #4894. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
@@ -192,6 +192,8 @@ ecma_atomic_read_modify_write (ecma_value_t typedarray, /**< typedArray argument
|
||||
/* 9. */
|
||||
uint32_t indexed_position = ecma_number_to_uint32 (idx) * element_size + offset;
|
||||
|
||||
ecma_free_value (idx);
|
||||
|
||||
JERRY_UNUSED (indexed_position);
|
||||
JERRY_UNUSED (element_type);
|
||||
JERRY_UNUSED (val);
|
||||
|
||||
Reference in New Issue
Block a user