Fix mismatched allocators. b=334162 r+sr=jst

This commit is contained in:
dbaron%dbaron.org 2006-04-17 23:03:51 +00:00
Родитель e87d50cb0f
Коммит 849f97dd03
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -77,7 +77,7 @@ XPC_Log_Finish()
{ {
if(g_InitState == 1) if(g_InitState == 1)
{ {
delete g_Spaces; delete [] g_Spaces;
// we'd like to properly cleanup the LogModule, but nspr owns that // we'd like to properly cleanup the LogModule, but nspr owns that
g_LogMod = nsnull; g_LogMod = nsnull;
} }