Add missing ecma_deref_ecma_string call to ecma_builtin_json_object (#2720)
This patch fixes #2719. JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
committed by
Akos Kiss
parent
5becf43ede
commit
7ed7935084
@@ -1659,6 +1659,7 @@ ecma_builtin_json_object (ecma_object_t *obj_p, /**< the object*/
|
||||
{
|
||||
ecma_free_values_collection (partial_p, 0);
|
||||
ecma_deref_ecma_string (stepback_p);
|
||||
ecma_deref_ecma_string (context_p->indent_str_p);
|
||||
return ret_value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user