Merge TM -> JM
This commit is contained in:
@@ -2441,7 +2441,7 @@ date_toSource(JSContext *cx, uintN argc, Value *vp)
|
||||
}
|
||||
|
||||
JSString *str = JS_NewStringCopyZ(cx, bytes);
|
||||
js_free(bytes);
|
||||
cx->free_(bytes);
|
||||
if (!str)
|
||||
return false;
|
||||
vp->setString(str);
|
||||
|
||||
Reference in New Issue
Block a user