зеркало из https://github.com/mozilla/pjs.git
Fix crash bugs: failure to initialize m_reg member.
This commit is contained in:
Родитель
1e11c27091
Коммит
854d3bfb1c
|
@ -121,7 +121,9 @@ static PRInt32 g_LockCount = 0;
|
|||
* Constructor/Destructor
|
||||
*/
|
||||
|
||||
nsProfile::nsProfile() {
|
||||
nsProfile::nsProfile()
|
||||
: m_reg(nsnull)
|
||||
{
|
||||
PR_AtomicIncrement(&g_InstanceCount);
|
||||
NS_INIT_REFCNT();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче