зеркало из https://github.com/mozilla/gecko-dev.git
Fix mismatch between new[] and delete. (Bug 376075) r+sr=bzbarsky
This commit is contained in:
Родитель
bebe5594c8
Коммит
879cadee1b
|
@ -303,7 +303,7 @@ nsCSSProps::ReleaseTable(void)
|
|||
delete gFontDescTable;
|
||||
gFontDescTable = nsnull;
|
||||
|
||||
delete gShorthandsContainingPool;
|
||||
delete [] gShorthandsContainingPool;
|
||||
gShorthandsContainingPool = nsnull;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче