Fix 345365, a=schrep.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208604 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2006-08-28 06:55:25 +00:00
parent 1f5d2d7ea2
commit 29481c1c39

View File

@@ -141,7 +141,7 @@ void
js_ClearContextThread(JSContext *cx)
{
cx->thread = NULL;
JS_REMOVE_LINK(&cx->threadLinks);
JS_REMOVE_AND_INIT_LINK(&cx->threadLinks);
}
#endif /* JS_THREADSAFE */