unlock in fun_enumProperty, r,a=brendan

git-svn-id: svn://10.0.0.236/trunk@49125 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%netscape.com 1999-09-27 08:24:36 +00:00
parent 1549be8cd1
commit 849a96453e

View File

@ -800,6 +800,7 @@ fun_enumProperty(JSContext *cx, JSObject *obj)
}
}
}
JS_UNLOCK_OBJ(cx, obj);
return JS_TRUE;
}