Fix mismatch between new[] and delete. (Bug 376075) r+sr=bzbarsky

This commit is contained in:
L. David Baron 2009-01-22 17:28:14 -08:00
Родитель bebe5594c8
Коммит 879cadee1b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -303,7 +303,7 @@ nsCSSProps::ReleaseTable(void)
delete gFontDescTable;
gFontDescTable = nsnull;
delete gShorthandsContainingPool;
delete [] gShorthandsContainingPool;
gShorthandsContainingPool = nsnull;
}
}