зеркало из https://github.com/mozilla/pjs.git
Fix mismatched allocators. b=334162 r+sr=jst
This commit is contained in:
Родитель
7ea057fe3b
Коммит
220c6fed0f
|
@ -77,7 +77,7 @@ XPC_Log_Finish()
|
|||
{
|
||||
if(g_InitState == 1)
|
||||
{
|
||||
delete g_Spaces;
|
||||
delete [] g_Spaces;
|
||||
// we'd like to properly cleanup the LogModule, but nspr owns that
|
||||
g_LogMod = nsnull;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче