Merge TM -> JM

This commit is contained in:
Brian Hackett
2011-04-01 19:57:28 -07:00
2008 changed files with 109330 additions and 74848 deletions

View File

@@ -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);