use unstone jstext for string creation
This commit is contained in:
@@ -116,7 +116,7 @@ static void encode_js_object(json_encoder *enc, JSContext *js, JSValue obj) {
|
||||
JS_FreeCString(js, key);
|
||||
JS_FreeAtom(js, props[i].atom);
|
||||
}
|
||||
js_free(js, props);
|
||||
js_free_rt(props);
|
||||
}
|
||||
enc->endTable(enc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user