зеркало из https://github.com/mozilla/pjs.git
Fix for bug 376854 (CycleCollector depends on uninitialized values (ageSelectionCallback and nsPurpleBuffer::BumpGeneration)). r/sr=dbaron.
This commit is contained in:
Родитель
0801ab9dd0
Коммит
1db166f2c6
|
@ -438,6 +438,7 @@ struct nsPurpleBuffer
|
||||||
nsCycleCollectorStats &stats)
|
nsCycleCollectorStats &stats)
|
||||||
: mParams(params),
|
: mParams(params),
|
||||||
mStats(stats),
|
mStats(stats),
|
||||||
|
mCurrGen(0),
|
||||||
mTransferBuffer(nsnull)
|
mTransferBuffer(nsnull)
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
|
@ -445,6 +446,7 @@ struct nsPurpleBuffer
|
||||||
#else
|
#else
|
||||||
nsPurpleBuffer(nsCycleCollectorParams ¶ms)
|
nsPurpleBuffer(nsCycleCollectorParams ¶ms)
|
||||||
: mParams(params),
|
: mParams(params),
|
||||||
|
mCurrGen(0),
|
||||||
mTransferBuffer(nsnull)
|
mTransferBuffer(nsnull)
|
||||||
{
|
{
|
||||||
Init();
|
Init();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче