Bug 501083 - Release the Windows 1252 array at shutdown. r+sr=jonas

This commit is contained in:
Henri Sivonen 2009-06-30 13:53:58 +03:00
Родитель 168f13774e
Коммит 2bcc709a30
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -17165,4 +17165,5 @@ nsHtml5NamedCharacters::releaseStatics()
{
NAMES.release();
delete[] VALUES;
delete[] WINDOWS_1252;
}