Backed out changeset b3d459d23452

This commit is contained in:
Robert Sayre
2009-07-24 00:01:37 -04:00
parent 5ad4fc479c
commit ebb6bb5250
14 changed files with 11 additions and 287 deletions

View File

@@ -1188,7 +1188,7 @@ static void
array_finalize(JSContext *cx, JSObject *obj)
{
if (obj->dslots)
cx->runtime->asynchronousFree(obj->dslots - 1);
JS_free(cx, obj->dslots - 1);
obj->dslots = NULL;
}