зеркало из https://github.com/mozilla/pjs.git
Bug 557776 - js_InitTitle: initialize title->lock properly. r=jorendorff.
This commit is contained in:
Родитель
a5b263897b
Коммит
9c90f418e0
|
@ -1364,7 +1364,7 @@ js_InitTitle(JSContext *cx, JSTitle *title)
|
|||
{
|
||||
#ifdef JS_THREADSAFE
|
||||
title->ownercx = cx;
|
||||
PodZero(&title->lock);
|
||||
js_InitLock(&title->lock);
|
||||
|
||||
/*
|
||||
* Set u.link = NULL, not u.count = 0, in case the target architecture's
|
||||
|
|
Загрузка…
Ссылка в новой задаче